Source for file jFormsControlTextarea.class.php
Documentation is available at jFormsControlTextarea.class.php
- <?php
- /**
- * @package jelix
- * @subpackage forms
- * @author Laurent Jouanneau
- * @contributor Loic Mathaud
- * @copyright 2006-2008 Laurent Jouanneau
- * @copyright 2007 Loic Mathaud
- * @link http://www.jelix.org
- * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
- */
-
- /**
- *
- * @package jelix
- * @subpackage forms
- */
- class jFormsControlTextarea extends jFormsControl {
- public $type='textarea';
- public $rows=5;
- public $cols=40;
- }
Documentation generated on Thu, 22 Mar 2012 22:16:04 +0100 by phpDocumentor 1.4.3