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.


Setting Styles Functions

void dmbAPI_setTBHeight(ToolbarIndex, Height)


Description

Changes the height of a toolbar.

Code sample
dmbAPI_setTBHeight(2, 32);
This sample demonstrates how to change the height of a toolbar.
This code will set the second toolbar's height to 32 pixels.

Parameters

ToolbarIndex (integer) The toolbar index to be changed.

Height (integer) The new height of the toolbar in pixels.