PHP 클래스 Horde_Form_Action_ConditionalEnable, horde

Format of the $params passed to the constructor:
 $params = array(
     'target'  => '[name of element this is conditional on]',
     'enabled' => 'true' | 'false',
     'values'  => array([target values to check])
 );
So $params = array('foo', 'true', array(1, 2)) will enable the field this action is attached to if the value of 'foo' is 1 or 2, and disable it otherwise. Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Matt Kynaston ([email protected])
상속: extends Horde_Form_Action
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$_trigger

공개 메소드들

메소드 설명
getActionScript ( &$form, $renderer, $varname )

메소드 상세

getActionScript() 공개 메소드

public getActionScript ( &$form, $renderer, $varname )

프로퍼티 상세

$_trigger 공개적으로 프로퍼티

public $_trigger