[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>THtmlArea Samples</h1> 4 5 <table class="sampletable"> 6 7 <tr><td class="samplenote"> 8 THtmlArea with default settings: 9 </td><td class="sampleaction"> 10 <com:THtmlArea ID="HtmlArea1" /> 11 <com:TButton Text="Submit" OnClick="button1Clicked" /> 12 <br/> 13 <com:TLiteral Encode="true" ID="Result1" /> 14 </td></tr> 15 16 <tr><td class="samplenote"> 17 THtmlArea with customized size and table toolbar: 18 </td><td class="sampleaction"> 19 <com:THtmlArea ID="HtmlArea2" Width="500px" Height="250px"> 20 <prop:Options> 21 plugins : "table" 22 theme_advanced_buttons3 : "tablecontrols" 23 </prop:Options> 24 </com:THtmlArea> 25 <com:TButton Text="Submit" OnClick="button2Clicked" /> 26 <br/> 27 <com:TLiteral Encode="true" ID="Result2" /> 28 </td></tr> 29 30 <tr><td class="samplenote"> 31 THtmlArea with visual editting disabled: 32 </td><td class="sampleaction"> 33 <com:THtmlArea ID="HtmlArea3" EnableVisualEdit="false" /> 34 <br/> 35 <com:TButton Text="Submit" OnClick="button3Clicked" /> 36 <br/> 37 <com:TLiteral Encode="true" ID="Result3" /> 38 </td></tr> 39 40 </table> 41 42 </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 |