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_removeToolbar(ToolbarIndex)


Description

Removes the toolbar specified by the ToolbarIndex parameter.

Code sample
dmbAPI_removeToolbar(2);
This sample demonstrates how to remove a toolbar.
The function will remove the toolbar whose index is 2.

Parameters

Item (objid) The toolbar to be removed must be passed as a parameter to the function.