[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php 2 /** 3 * Horde_Form_Action_submit is a Horde_Form Action that submits the 4 * form after the form element that the action is attached to is 5 * modified. 6 * 7 * $Horde: framework/Form/Form/Action/submit.php,v 1.10.12.4 2006/01/01 21:28:17 jan Exp $ 8 * 9 * Copyright 2002-2006 Chuck Hagenbuch <chuck@horde.org> 10 * 11 * See the enclosed file COPYING for license information (LGPL). If you 12 * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. 13 * 14 * @author Chuck Hagenbuch <chuck@horde.org> 15 * @package Horde_Form 16 */ 17 class Horde_Form_Action_submit extends Horde_Form_Action { 18 19 var $_trigger = array('onchange'); 20 21 function getActionScript($form, $renderer, $varname) 22 { 23 return 'document.' . $form->getName() . '.submit()'; 24 } 25 26 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |