[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <%@ Title="Write New Post" %> 2 3 <com:TContent ID="Main"> 4 5 <h2>Write New Post</h2> 6 7 <span class="input-label">Title</span> 8 <com:TRequiredFieldValidator 9 Display="Dynamic" 10 ControlToValidate="Title" 11 ErrorMessage="...is required" 12 ValidationGroup="post" /> 13 <br/> 14 <com:TTextBox ID="Title" Columns="80" MaxLength="256" /> 15 <br/> 16 17 <span class="input-label">Content</span> 18 <com:TRequiredFieldValidator 19 Display="Dynamic" 20 ControlToValidate="Content" 21 ErrorMessage="...is required" 22 ValidationGroup="post" /> 23 <br/> 24 <com:THtmlArea ID="Content" Width="500px" /> 25 <br/> 26 27 <span class="input-label">Categories</span> 28 <br/> 29 <com:TListBox 30 ID="Categories" 31 SelectionMode="Multiple" 32 DataTextField="Name" 33 DataValueField="ID" /> 34 <br/> 35 36 <com:TCheckBox ID="DraftMode" Text="in draft mode (the post will not be published)" /> 37 <br/> 38 <br/> 39 <com:TLinkButton 40 Text="Save" 41 OnClick="saveButtonClicked" 42 CssClass="link-button" 43 ValidationGroup="post" /> 44 45 </com:TContent>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |