Elanbean Menu With Layer Pop-up

The below one is an another ElanBean which is under Development
Latest Version
FAQ
About
Instructions
Compatibility
Dynomat Tools
Latest Beta


//Please move mouse on the Sample code to get the PopupTip for the code. //Please move mouse on the Sample code to get the PopupTip for the code.
Here is a Sample code to create this Componenet
InfoMenuCB im = new InfoMenuCB(6,"Return to the ElanBean Main Page");String str = "This is great ElanBean for left frame that allows to organize web pages into groups and sub-groups and to select a page to load in the main frame." InfoMenuCB im = new InfoMenuCB(6,"Return to the ElanBean Main Page"); String str = "This is great ElanBean for left frame that allows to organize web pages into groups and sub-groups and to select a page to load in the main frame."
String str2 = "ElanBean for Collapse Menu (Uses DHTML/JScript)."//The following method can be used to add each item to the above ElanBean. Isn't it Simple!! String str2 = "ElanBean for Collapse Menu (Uses DHTML/JScript)." //The following method can be used to add each item to the above ElanBean. Isn't it Simple!!
//Please move mouse on the str2 and str to get the PopupCodeTip for respective variables. //Please move mouse on the str2 and str to get the PopupCodeTip for respective variables.
im.addItem(str2,"colspage.html","Collapse Menu!",str);



*This component can be embedded in a table and is resizable with respect to the table size.