Source for file jFormsControlHtmlEditor.class.php

Documentation is available at jFormsControlHtmlEditor.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.  * @package     jelix
  15.  * @subpackage  forms
  16.  * @since 1.1
  17.  */
  18. class jFormsControlHtmlEditor extends jFormsControl {
  19.     public $type='htmleditor';
  20.     public $rows=5;
  21.     public $cols=40;
  22.     public $config='default';
  23.     public $skin='default';
  24.     function __construct($ref){
  25.         $this->ref = $ref;
  26.         $this->datatype = new jDatatypeHtml();
  27.     }
  28. }

Documentation generated on Thu, 22 Mar 2012 22:15:59 +0100 by phpDocumentor 1.4.3