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_setGroupSeparation(Group, Separation)


Description

Sets the the distance between consecutives commands inside a group (this parameter is known as Leading in the program's interface).

Code sample
dmbAPI_setGroupSeparation("grp001", 2);
This sample demonstrates how to change the separation of the commands in a group.
In this sample the separation between each command inside the group whose name is "grp001" will be set to 2 pixels.

Parameters

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

Separation (integer) The amount of pixels between each consecutive command.