Source for file jFormsControlMenulist.class.php
Documentation is available at jFormsControlMenulist.class.php
- <?php
- /**
- * @package jelix
- * @subpackage forms
- * @author Laurent Jouanneau
- * @copyright 2006-2008 Laurent Jouanneau
- * @link http://www.jelix.org
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
-
- /**
- * menulist/combobox
- * @package jelix
- * @subpackage forms
- */
- class jFormsControlMenulist extends jFormsControlRadiobuttons {
- public $type="menulist";
- public $defaultValue='';
- public $emptyItemLabel='';
- }
Documentation generated on Mon, 19 Sep 2011 14:12:53 +0200 by phpDocumentor 1.4.3