Source for file jFormsControlHtmlEditor.class.php
Documentation is available at jFormsControlHtmlEditor.class.php
- <?php
- /**
- * @package jelix
- * @subpackage forms
- * @author Laurent Jouanneau
- * @contributor
- * @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
- */
-
- /**
- *
- * @package jelix
- * @subpackage forms
- * @since 1.1
- */
- class jFormsControlHtmlEditor extends jFormsControl {
- public $type='htmleditor';
- public $rows=5;
- public $cols=40;
- public $config='default';
- public $skin='default';
- function __construct($ref){
- $this->ref = $ref;
- $this->datatype = new jDatatypeHtml();
- }
- }
Documentation generated on Thu, 22 Mar 2012 22:15:59 +0100 by phpDocumentor 1.4.3