[ Index ]
 

Code source de PRADO 3.0.6

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

title

Body

[fermer]

/demos/composer/protected/pages/ -> Layout.php (source)

   1  <?php
   2  
   3  class Layout extends TTemplateControl
   4  {
   5  	public function toggleTopicPanel($sender,$param)
   6      {
   7          $this->TopicPanel->Visible=!$this->TopicPanel->Visible;
   8          if($this->TopicPanel->Visible)
   9              $sender->Text="Hide TOC";
  10          else
  11              $sender->Text="Show TOC";
  12      }
  13  }
  14  
  15  ?>


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