[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>TBulletedList Samples</h1> 4 5 <table class="sampletable"> 6 7 <tr> 8 <td class="samplenote"> 9 Bulleted list with default settings: 10 </td> 11 <td class="sampleaction"> 12 <com:TBulletedList> 13 <com:TListItem Value="value 1" Text="item 1" /> 14 <com:TListItem Value="value 2" Text="item 2" /> 15 <com:TListItem Value="value 3" Text="item 3" /> 16 <com:TListItem Value="value 4" Text="item 4" /> 17 </com:TBulletedList> 18 </td> 19 </tr> 20 21 <tr> 22 <td class="samplenote"> 23 Bulleted list with customized color, font, bullet style: 24 </td> 25 <td class="sampleaction"> 26 <com:TBulletedList 27 BulletStyle="UpperRoman" 28 FirstBulletNumber="5" 29 BackColor="silver" 30 Font.Size="12pt"> 31 <com:TListItem Value="value 1" Text="item 1" /> 32 <com:TListItem Value="value 2" Text="item 2" /> 33 <com:TListItem Value="value 3" Text="item 3" /> 34 <com:TListItem Value="value 4" Text="item 4" /> 35 </com:TBulletedList> 36 </td> 37 </tr> 38 39 <tr> 40 <td class="samplenote"> 41 Bulleted list with image bullets: 42 </td> 43 <td class="sampleaction"> 44 <com:TBulletedList BulletStyle="CustomImage" BulletImageUrl=<%~bullet.gif%> > 45 <com:TListItem Value="value 1" Text="item 1" /> 46 <com:TListItem Value="value 2" Text="item 2" /> 47 <com:TListItem Value="value 3" Text="item 3" /> 48 <com:TListItem Value="value 4" Text="item 4" /> 49 </com:TBulletedList> 50 </td> 51 </tr> 52 53 <tr> 54 <td class="samplenote"> 55 Bulleted list of hyperlinks: 56 </td> 57 <td class="sampleaction"> 58 <com:TBulletedList DisplayMode="HyperLink" Target="_blank"> 59 <com:TListItem Value="http://www.google.com/" Text="google" /> 60 <com:TListItem Value="http://www.yahoo.com/" Text="yahoo" /> 61 <com:TListItem Value="http://www.amazon.com/" Text="amazon" /> 62 </com:TBulletedList> 63 </td> 64 65 <tr> 66 <td class="samplenote"> 67 Bulleted list of link buttons (click on them to see the result): 68 </td> 69 <td class="sampleaction"> 70 <com:TBulletedList DisplayMode="LinkButton" OnClick="buttonClicked"> 71 <com:TListItem Value="http://www.google.com/" Text="google" /> 72 <com:TListItem Value="http://www.yahoo.com/" Text="yahoo" /> 73 <com:TListItem Value="http://www.amazon.com/" Text="amazon" /> 74 </com:TBulletedList> 75 <com:TLabel ID="Result" ForeColor="red" /> 76 </td> 77 78 </tr> 79 80 81 </table> 82 83 </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 |