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

objid dmbAPI_addToolbar()


Description

Creates a new toolbar and returns the id of the newly created toolbar.

Code sample
var tbIdx = dmbAPI_addToolbar();
This sample demonstrates how to add a toolbar.
The function will add a new toolbar and it will return the toolbar index on success.

Parameters

(none)