SharePoint样式通用控件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SharePoint样式通用控件相关的知识,希望对你有一定的参考价值。
<%@ Register TagPrefix="wssuc" TagName="InputFormSection" src="~/_controltemplates/InputFormSection.ascx" %> <%@ Register TagPrefix="wssuc" TagName="InputFormControl" src="~/_controltemplates/InputFormControl.ascx" %> <%@ Register TagPrefix="wssuc" TagName="ButtonSection" src="~/_controltemplates/ButtonSection.ascx" %> <table border="0" width="100%" cellspacing="0" cellpadding="0" class="ms-descriptiontext"> <wssuc:InputFormSection runat="server" id="UniqueID" Title="Left Side Title" Description="Displays below Title"> <Template_InputFormControls> <wssuc:InputFormControl LabelText="Name:" runat="server"> <Template_Control> <table class="ms-authoringcontrols" width="100%"> <tr> <td nowrap width="50%"> <asp:DropDownList ID="ControlID" runat="server" /> </td> </tr> </table> </Template_Control> </wssuc:InputFormControl> </Template_InputFormControls> </wssuc:InputFormSection> </table>
以上是关于SharePoint样式通用控件的主要内容,如果未能解决你的问题,请参考以下文章
如何将Excel Web Access Web部件添加到我的sharepoint库中?