jrFormOrderedList
The jrFormOrderedList function is used for creating an "ordered" list of items that can be moved into a new order.
form.tpl element name: form_ordered_list
bool
jrFormOrderedList
(string $title, string $name, array $_data)
-
string
$title: Title of form entry
-
string
$name: Name of form element
-
array
$_data: Array containing "choices" for select list
|