SharePoint样式通用控件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint样式通用控件相关的知识,希望对你有一定的参考价值。

  1. <%@ Register TagPrefix="wssuc" TagName="InputFormSection" src="~/_controltemplates/InputFormSection.ascx" %>
  2. <%@ Register TagPrefix="wssuc" TagName="InputFormControl" src="~/_controltemplates/InputFormControl.ascx" %>
  3. <%@ Register TagPrefix="wssuc" TagName="ButtonSection" src="~/_controltemplates/ButtonSection.ascx" %>
  4.  
  5. <table border="0" width="100%" cellspacing="0" cellpadding="0" class="ms-descriptiontext">
  6. <wssuc:InputFormSection runat="server"
  7. id="UniqueID"
  8. Title="Left Side Title"
  9. Description="Displays below Title">
  10. <Template_InputFormControls>
  11. <wssuc:InputFormControl LabelText="Name:" runat="server">
  12. <Template_Control>
  13. <table class="ms-authoringcontrols" width="100%">
  14. <tr>
  15. <td nowrap width="50%">
  16. <asp:DropDownList ID="ControlID" runat="server" />
  17. </td>
  18. </tr>
  19. </table>
  20. </Template_Control>
  21. </wssuc:InputFormControl>
  22. </Template_InputFormControls>
  23. </wssuc:InputFormSection>
  24. </table>

以上是关于SharePoint样式通用控件的主要内容,如果未能解决你的问题,请参考以下文章

SharePoint 获取详细Log信息

SharePoint 升级 Web Site 模式

如何从sharepoint中的文件夹中获取所有文件?

如何将Excel Web Access Web部件添加到我的sharepoint库中?

ASP.NET 按钮不呈现 ID - Sharepoint Web 部件

SharePoint结合PowerShell建立入离职自动化