Extends: Object
A convenience class to create a visual separator in a menu.
Copyright © 2008, DM Solutions Group Inc.
This file is licensed under an MIT style license
| Jx. | Extends: Object |
| Properties | |
| domObj | {HTMLElement} the HTML element that the separator is contained within |
| owner | {Jx.Menu, Jx.Menu.SubMenu} the menu that the separator is in. |
| Constructor | |
| Jx. | Create a new instance of a menu separator |
| Functions | |
| setOwner | Set the ownder of this menu item |
| hide | Hide the menu item. |
| show | Show the menu item |
{Jx.Menu, Jx.Menu.SubMenu} the menu that the separator is in.
Set the ownder of this menu item
setOwner: function( obj )