Return to Snippet

Revision: 49919
at August 2, 2011 08:07 by nickaranz


Initial Code
<%@ 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>

Initial URL


Initial Description


Initial Title
SharePoint Styling Common Controls

Initial Tags
sharepoint

Initial Language
ASP