Functions for menu management Reserved for internal use.
| Method Summary | |
void |
fwkAfterMenuItemClick(object event)
Function called after a CLICK on a menu item Cancel the event and reset the menubar |
void |
fwkHideMenu(object menu)
Hide the given menu |
void |
fwkInitMenuBar(string id)
Init the given menu bar |
void |
fwkInitMenuItem(string id,
string submenuId)
Init the given menu item ( set events and submenu if any ) |
void |
fwkMenuLink(string location)
Function called after a CLICK on a menu item containing a HREF link or RESOURCE link Loads a new page in the window |
void |
fwkResetMenuBar()
Reset the default menubar |
void |
fwkResetMenuBar(object menuBar)
Reset the given menubar |
void |
fwkSelectMenuBarItem(object td,
string menuId,
string menuPosition)
Change the current active item (TD) in the menu bar |
void |
fwkSelectMenuItem()
Menu item event ( TR event ) |
void |
fwkSetMenuYX(object menu,
object origin,
string where)
|
void |
fwkShowMenu(object menu)
Show the given menu |
void |
fwkUnselectMenuItem()
Menu item event ( TR event ) |
| Method Detail |
public void fwkAfterMenuItemClick(object event)
event -
public void fwkSetMenuYX(object menu,
object origin,
string where)
menu - origin - where - : "R" for right, "B" for belowpublic void fwkShowMenu(object menu)
menu - : a DIV elementpublic void fwkHideMenu(object menu)
menu - : a DIV elementpublic void fwkSelectMenuItem()
public void fwkUnselectMenuItem()
public void fwkSelectMenuBarItem(object td,
string menuId,
string menuPosition)
td - : the menubar itemmenuId - : the id of the menu associated with the menubar item ( or null )menuPosition - : "R" for right, "B" for belowpublic void fwkResetMenuBar()
public void fwkResetMenuBar(object menuBar)
menuBar - : reference on a TABLE object
public void fwkInitMenuItem(string id,
string submenuId)
id - submenuId - public void fwkInitMenuBar(string id)
id - public void fwkMenuLink(string location)
location -