Update ajax.lib.php
This commit is contained in:
parent
6fde6e4250
commit
f322c73dd7
@ -547,7 +547,7 @@ function ajax_constantonoff($code, $input=array(), $entity=null, $revertonoff=0,
|
|||||||
* @param string $text_on Text if on
|
* @param string $text_on Text if on
|
||||||
* @param string $text_off Text if off
|
* @param string $text_off Text if off
|
||||||
* @param array $input Array of type->list of CSS element to switch. Example: array('disabled'=>array(0=>'cssid'))
|
* @param array $input Array of type->list of CSS element to switch. Example: array('disabled'=>array(0=>'cssid'))
|
||||||
* @return void
|
* @return string html for button on/off
|
||||||
*/
|
*/
|
||||||
function ajax_object_onoff($object, $code, $field, $text_on, $text_off, $input=array())
|
function ajax_object_onoff($object, $code, $field, $text_on, $text_off, $input=array())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user