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_removeImageRight(Item)


Description

Removes the right image (if any) from a menu item.
This function removes both, the normal and over state images.

Code sample
var id = dmbAPI_getItemByCaption("My Command");
dmbAPI_removeImageRight(id);
This sample demonstrates how to remove the right image from a menu item.

Parameters

Item (objid)The toolbar item or command from which the image must be removed.