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.


Initialization Functions

void dmbAPI_Init()


Description

This function initializes the DynAPI.
It must be called before calling any other DynAPI function.

Remarks

When working with frames it may be necessary to delay the initialization of the DynAPI until the standard code for the menus has finished loading.
An easy way to do this is by setting up a timer as described on this sample.