HTML_QuickForm_advcheckbox::getOnclickJs()

HTML_QuickForm_advcheckbox::getOnclickJs() -- Create the javascript for the onclick event

概要

require_once 'HTML/QuickForm/advcheckbox.php';

string HTML_QuickForm_advcheckbox::getOnclickJs (string $elementName)

説明

Create the javascript for the onclick event which will set the value of the hidden field.

パラメータ

string $elementName

The element name

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。