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_setGroupHeight(Group, Height)


Description

Sets the height of a group.

Code sample
dmbAPI_setGroupHeight("grp001", 400);
This sample demonstrates how to change the height of a group.
In this sample the height of the group whose name is "grp001" will be changed to 400 pixels.

Parameters

Group (string) The name of the group whose width will be changed.

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