Class DHTMLSuite.menuModelItem
Object
|
+--DHTMLSuite.menuModelItem
- class
DHTMLSuite.menuModelItem
The purpose of this class is to store data about a menu item. menuModelItem
Defined in dhtml-suite-for-applications.js
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0 , 1.0
Field Summary |
Object |
state
|
Method Summary |
Object
|
getState()
Return the state attribute of a menu item.
|
void
|
setAsSeparator(id,parentId)
Update the state attribute of a menu item.
|
void
|
setIcon(iconPath)
Specify new menu icon
|
void
|
setMenuVars(id,itemText,itemIcon,url,parentId,helpText,jsFunction,type,submenuWidth)
|
void
|
setState(newState)
Update the state attribute of a menu item.
|
void
|
setSubMenuWidth(newWidth)
Specify width of direct subs of this item.
|
void
|
setText(newText)
Specify new text for the menu item.
|
void
|
setVisibility(visible)
Update the visible attribute of a menu item.
|
state
Object state
DHTMLSuite.menuModelItem
DHTMLSuite.menuModelItem()
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0 , 1.0
getState
Object getState()
Return the state attribute of a menu item.
setAsSeparator
void setAsSeparator(id,parentId)
Update the state attribute of a menu item.
Parameters:
String
- newState New state of this item
setIcon
void setIcon(iconPath)
Parameters:
String
- iconPath Path to new menu icon
setMenuVars
void setMenuVars(id,itemText,itemIcon,url,parentId,helpText,jsFunction,type,submenuWidth)
setState
void setState(newState)
Update the state attribute of a menu item.
Parameters:
String
- newState New state of this item
setSubMenuWidth
void setSubMenuWidth(newWidth)
Specify width of direct subs of this item.
Parameters:
int
- newWidth Width of sub menu group(direct sub of this item)
setText
void setText(newText)
Specify new text for the menu item.
Parameters:
String
- newText New text for the menu item.
setVisibility
void setVisibility(visible)
Update the visible attribute of a menu item.
Parameters:
Boolean
- visible true = visible, false = hidden.
Documentation generated by
JSDoc on Mon Oct 8 10:17:27 2007