jmDivider
The jmDivider function is used to create a "dividing line" within a Jamroom Control Panel form - this is often used to help visually break the form up into different logical groups or areas.
form.tpl element name: form_divider
bool
jmDivider
([int $colspan = 2], [string $height = '3px'])
-
int
$colspan: Colspan value for create table cell
-
string
$height: Height of table cell (i.e. '3px')
|