MS SQL PHP Generator online Help
Prev | Return to chapter overview | Next |
addGroup
Adds a new group to the application menu.
Signature:
function addGroup($caption)
Parameters:
$caption |
A caption of the new group. |
Example:
$pageList->addGroup('External links');
Prev | Return to chapter overview | Next |