dundas.controls.CommandMenu Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.CommandMenu
      dundas.controls.CodeFeel
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
commands Gets or sets the commands that will be shown in the menu.
isOpen Gets or sets a value indicating whether or not if the command menu is currently open.
 
 

Methods

 
  Name Description
dispose Disposes the element.
focus Bring the menu into focus so that it will react to keyboard events.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
hide Hides the command menu.
show Shows the menu.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.