htmlPageSelect
The htmlPageSelect function is used for creating a set of "tabs" at the top of a Jamroom Control Panel form (i.e. like in the Jamroom Quota config) form.tpl element name: form_table_header / form_table_row / form_table_footer
bool
htmlPageSelect
(string $type, [array $_data = false])
-
string
$type: Type of cell to create - can be "header", "footer" or "row"
-
array
$_data: Array containing text and URL information for each of the "tabs"
|