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-2010 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;
-     
-     /**
-      * @since 1.2
-      */
-     public function isHtmlContent() {
-         return ($this->datatype instanceof jDatatypeHtml);
-     }
- }
		Documentation generated on Thu, 19 Sep 2013 00:05:14 +0200 by phpDocumentor 1.4.3