constructor HTML_QuickForm_advcheckbox()
Вернуться к: Custom elements
constructor HTML_QuickForm_advcheckbox()
Synopsis
void constructor HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox ( string $elementName = null , string $elementLabel = null , string $text = null , mixed $attributes = null , mixed $values = null )
This package is not documented yet.
Parameter
- string $elementName
-
(optional)Input field name attribute
- string $elementLabel
-
(optional)Input field label
- string $text
-
(optional)Text to put after the checkbox
- mixed $attributes
-
(optional)Either a typical HTML attribute string or an associative array
- mixed $values
-
(optional)Values to pass if checked or not checked
Throws
throws no exceptions thrown
Note
since 1.0
This function can not be called statically.
Вернуться к: Custom elements