Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
富文本字段在aspx页面sharepoint 2010中不可见_Sharepoint_Sharepoint 2010 - Fatal编程技术网

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

富文本字段在aspx页面sharepoint 2010中不可见,sharepoint,sharepoint-2010,Sharepoint,Sharepoint 2010,我在我的aspx页面主要内容中添加了一个SharePoint:RichTextField,如下所示。但是当我打开页面时,富文本框不可见。 我不知道为什么会这样。我正在IE和Chrome中测试它 <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server"> <asp:Panel ID="panel2" runat="server"&

我在我的aspx页面主要内容中添加了一个SharePoint:RichTextField,如下所示。但是当我打开页面时,富文本框不可见。 我不知道为什么会这样。我正在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>

尝试使用此代码

我一开始尝试过使用它,但它在Firefox和Chrome上出现了问题,但在IE上也能正常工作。所以我想试试RichTextField,看看它是如何工作的。问题是为什么它没有显示在我的页面上。