Source for file jFormsControlReset.class.php
Documentation is available at jFormsControlReset.class.php
- <?php
- /**
- * @package     jelix
- * @subpackage  forms
- * @author      Laurent Jouanneau
- * @contributor Dominique Papin
- * @copyright   2006-2008 Laurent Jouanneau, 2007 Dominique Papin
- * @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 jFormsControlReset extends jFormsControl {
-     public $type='reset';
-  
-     public function check(){
-         return null;
-     }
- }
		Documentation generated on Wed, 24 Sep 2014 21:59:46 +0200 by phpDocumentor 1.4.3