jrFormElementCell
The jrFormElementCell is used for creating a "cell of elements" that you will often see as the "Options" bar in a Jamroom Form. The $_elements array consists of:
- type - Type of Form Element: button, checkbox, input, submit
- value => Text to appear on button
- url => URL to open when button is clicked
- style (optional) style for the button
- onclick (optional) - full javascript onclick handler if needed
form.tpl element name: form_element_cell
bool
jrFormElementCell
(String $title, array $_elements, [string $sub_title = false])
-
String
$title: Title for the option
-
array
$_elements: Array that contains an entry for each form element to create
-
string
$sub_title: Sub Title that will appear under the Title
|