[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <div class="portlet"> 2 3 <h2 class="portlet-title">Search</h2> 4 5 <com:TPanel CssClass="portlet-content" DefaultButton="SearchButton"> 6 Keyword 7 <com:TRequiredFieldValidator 8 ControlToValidate="Keyword" 9 ValidationGroup="search" 10 Text="...is required" 11 Display="Dynamic"/> 12 <br/> 13 <com:TTextBox ID="Keyword" /> 14 <br/><br/> 15 <com:TLinkButton 16 ID="SearchButton" 17 Text="Search" 18 ValidationGroup="search" 19 CssClass="link-button" 20 OnClick="search" /> 21 </com:TPanel><!-- end of portlet-content --> 22 23 </div><!-- end of portlet -->
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 |