[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/pages/Controls/Samples/TLabel/ -> Home.page (source)

   1  <com:TContent ID="body">
   2  
   3  <h1>TLabel Samples</h1>
   4  
   5  <div class="samplepanel">
   6  
   7  <com:TLabel
   8      Text="This is a label with customized color and font."
   9      ForeColor="yellow"
  10      BackColor="blue"
  11      Font.Name="Arial"
  12      Font.Size="14pt"
  13  />
  14  
  15  </div>
  16  
  17  <div class="samplepanel">
  18  
  19  <com:TLabel ID="Label1"
  20      Text="This is a form label associated with the TTextBox control below."
  21      ForControl="test"
  22  />
  23  
  24  <br/><com:TTextBox ID="test" />
  25  
  26  </div>
  27  
  28  <div class="samplepanel">
  29  
  30  <com:TLabel ForeColor="blue" Style="color:red;">
  31  This is a label with empty Text property and <b>nonempty body</b>.
  32  </com:TLabel>
  33  
  34  </div>
  35  
  36  <div class="samplepanel">
  37  
  38  <com:TLabel
  39      Text="This is a disabled label."
  40      Enabled="false"
  41      ID="Label2"
  42  />
  43  
  44  </div>
  45  
  46  </com:TContent>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7