DHTML Menu Builder [DynAPI 1.1]
<developers_edition>
Saturday April 12, 2008

 

 

WARNING: The information on this documentation will change as the development on this version of DHTML Menu Builder progresses.
It is VERY important that you always refer to the information provided in this document prior to testing new versions of the DynAPI code.


Adding/Removing Items Functions

void dmbAPI_addGroup(Group)


Description

Creates a new group.

Code sample
dmbAPI_addGroup("grp001");
This sample demonstrates how to add a group.
A new group will be added and its name will be set to "grp001".

Parameters

Group (string)The group name is passed as a parameter.