[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>TButton Samples</h1> 4 5 <table class="sampletable"> 6 7 <tr><td class="samplenote"> 8 Button with customized color, font and width: 9 </td><td class="sampleaction"> 10 <com:TButton 11 Text="text" 12 Width="200px" 13 ForeColor="silver" 14 BackColor="black" 15 Font.Size="14pt" 16 /> 17 </td></tr> 18 19 <tr><td class="samplenote"> 20 A click button: 21 </td><td class="sampleaction"> 22 <com:TButton Text="click me" OnClick="buttonClicked" /> 23 </td></tr> 24 25 <tr><td class="samplenote"> 26 A command button: 27 </td><td class="sampleaction"> 28 <com:TButton 29 Text="click me" 30 OnCommand="buttonClicked" 31 CommandName="test" 32 CommandParameter="value" 33 /> 34 </td></tr> 35 36 <tr><td class="samplenote"> 37 A button causing validation: 38 </td><td class="sampleaction"> 39 <com:TTextBox ID="TextBox" /> 40 <com:TRequiredFieldValidator 41 ControlToValidate="TextBox" 42 Display="Dynamic" 43 ErrorMessage="input required in the textbox" 44 ValidationGroup="Group" 45 /> 46 <com:TButton Text="submit" ValidationGroup="Group" /> 47 </td></tr> 48 49 </table> 50 51 </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 |