富文本字段在aspx页面sharepoint 2010中不可见

时间:2015-02-05 19:32:53

标签: sharepoint sharepoint-2010

我在我的aspx页面主要内容中添加了一个SharePoint:RichTextField,如下所示。但是当我打开页面时,Rich文本框不可见。 我不确定为什么会这样。我正在IE和Chrome中测试它。

            <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
                <asp:Panel ID="panel2" runat="server">
                      <SharePoint:RichTextField ControlMode="Display" HandleTextField="true" Visible="true"  runat="server"   id="RichTextFieldnew"></SharePoint:RichTextField>

               <%--  <uc:RichText runat="server" />--%>
                    </asp:Panel>
            </asp:Content>

1 个答案:

答案 0 :(得分:0)

尝试使用此代码 <SharePoint:InputFormTextBox runat="server" ID="idRichTxtBox" Rows="10" RichText="true" TextMode="MultiLine" RichTextMode="FullHtml" AllowHyperlink="true" ></SharePoint:InputFormTextBox>