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 Mon, 19 Sep 2011 14:12:54 +0200 by phpDocumentor 1.4.3