[ 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/TPlaceHolder/ -> Home.php (source)

   1  <?php
   2  
   3  class Home extends TPage
   4  {
   5  	public function onInit($param)
   6      {
   7          parent::onInit($param);
   8          $label=new TLabel;
   9          $label->Text='dynamic';
  10          $label->BackColor='silver';
  11          $this->PlaceHolder1->Controls[]=$label;
  12          $this->PlaceHolder1->Controls[]=' content';
  13      }
  14  }
  15  
  16  ?>


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