Skip to content
kaymmm edited this page Mar 31, 2013 · 1 revision

The divide field is just a non option field which divides the page output as to not over load a user with information.

It basically closes the form table, adds a hr line element, then reopened the options table.

This field requires only the id and type attributes to be set, no the options are needed.

Example:

<?php
array(
	'id' => '21',
	'type' => 'divide'
),
?>

Clone this wiki locally