dundas.view.DialogInfo Class

 

Inheritance Hierarchy

 
Class
   dundas.view.DialogInfo
 

Constructors

 
  Name Description
init Initializes the DialogInfo. Called during construction.
 
 

Properties

 
  Name Description
cancel Gets or sets the function that should be called when the dialog cancels (user presses Cancel).
contents Gets the contents object for the dialog.
dialogElement Gets the main dialog element.
form Gets the form on the dialog.
help Gets or sets the function that should be called when the dialog help button is pressed.
id Gets the ID of this dialog.
isConfirmBeforeCancelRequired Gets a value indicating whether or not we need confirm with the user before cancelling this dialog.
submit Gets or sets the function that should be called when the dialog submits (user presses OK).
 
 

Methods

 
  Name Description
close Closes the dialog this dialog info is for.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.