[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>TInlineFrame Samples</h1> 4 5 <table class="sampletable"> 6 7 <tr><td class="samplenote"> 8 Inline frame with default settings: 9 </td><td class="sampleaction"> 10 <com:TInlineFrame FrameUrl="http://www.google.com/" /> 11 </td></tr> 12 13 <tr><td class="samplenote"> 14 Inline frame customized with margins and align: 15 </td><td class="sampleaction"> 16 <com:TInlineFrame 17 MarginWidth="100" 18 MarginHeight="100" 19 Align="Right" 20 FrameUrl="http://www.google.com/" /> 21 </td></tr> 22 23 <tr><td class="samplenote"> 24 Inline frame without scrollbars and border: 25 </td><td class="sampleaction"> 26 <com:TInlineFrame 27 ScrollBars="None" 28 ShowBorder="false" 29 FrameUrl="http://www.google.com/" /> 30 </td></tr> 31 32 </table> 33 34 </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 |