Package | Description |
---|---|
com.hfg.javascript |
Modifier and Type | Method and Description |
---|---|
PopupMenuJS |
PopupMenuJS.addDivider()
Add a divider to the popup menu.
|
PopupMenuJS |
PopupMenuJS.addDivider(String inTitle)
Add a divider to the popup menu.
|
PopupMenuJS |
PopupMenuJS.addLink(Link inLink)
Add a link to the popup menu.
|
PopupMenuJS |
PopupMenuJS.setMenuTitle(String inValue) |
PopupMenuJS |
PopupMenuJS.setPin(boolean inValue)
Specify whether or not to 'pin' the menu once it is opened.
|
jataylor@hairyfatguy.com