dundas.controls.ScriptTokenDialog Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.DialogBase
      dundas.controls.TokenDefinitionDialogBase
         dundas.controls.ScriptTokenDialog
 

Constructors

 
  Name Description
init Initializes the Script Token Dialog. Called during construction.
 
 

Properties

 
  Name Description
viewService Gets the view service Inherited from dundas.controls.TokenDefinitionDialogBase.
 
 

Methods

 
  Name Description
close Closes the dialog. Inherited from dundas.controls.DialogBase.
configureUI Configures the UI based on the data passed in through the Init method.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getDialogElement Gets the dialog element. Inherited from dundas.controls.DialogBase.
onResize This method should be called when the window re-sizes. Inherited from dundas.controls.DialogBase.
show Tells the dialog to show itself. Those overriding can call this._super() to get a deferred object created for them. Inherited from dundas.controls.DialogBase.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.