Source for file jFormsControlMenulist.class.php

Documentation is available at jFormsControlMenulist.class.php

  1. <?php
  2. /**
  3. @package     jelix
  4. @subpackage  forms
  5. @author      Laurent Jouanneau
  6. @contributor
  7. @copyright   2006-2008 Laurent Jouanneau
  8. @link        http://www.jelix.org
  9. @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  10. */
  11.  
  12.  
  13. /**
  14.  * menulist/combobox
  15.  * @package     jelix
  16.  * @subpackage  forms
  17.  */
  18. class jFormsControlMenulist extends jFormsControlRadiobuttons {
  19.     public $type="menulist";
  20.     public $defaultValue='';
  21.     public $emptyItemLabel='';
  22. }

Documentation generated on Thu, 22 Mar 2012 22:16:00 +0100 by phpDocumentor 1.4.3