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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$_trigger

Открытые методы

Метод Описание
getActionScript ( &$form, $renderer, $varname )

Описание методов

getActionScript() публичный Метод

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

Описание свойств

$_trigger публичное свойство

public $_trigger