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