jmTextBanner
The jmTextBanner function is used to start a Jamroom Control Panel section.
form.tpl element name: menu_section_begin
Returns
jmTextBanner
(string $text, [string $visible = 'false'], [string $hidden = 'false'], [string $locked = 'false'], [string $image_name = false])
-
string
$text: Text for "section"
-
string
$visible: Number of Visible Elements in this section. Set to 'false' if not used - note the use of single quotes around 'false' to prevent PHP from changing it to a 0
-
string
$hidden: Number of Hidden Elements in this section. Set to 'false' if not used - note the use of single quotes around 'false' to prevent PHP from changing it to a 0
-
string
$locked: If number visible is "locked" (i.e. at its limit). Set to 'false' if not used - note the use of single quotes around 'false' to prevent PHP from changing it to a 0
-
string
$image_name: Name of image for section
|