dundas.controls.CodeFeel 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. Inherited from dundas.controls.CommandMenu.
isOpen Gets or sets a value indicating whether or not if the command menu is currently open. Inherited from dundas.controls.CommandMenu.
 
 

Methods

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