MAF.dialogs.TextEntry
new MAF.dialogs.TextEntry()
Configs
callback : {function}
Function to call once dialog completes.
cancelCallback : {function}
Function to call on cancelation of dialog.
maxLength : {Number}
Maximum length of input text. Default 99.
message : {String}
Message to be displayed inside the dialog.
title : {String}
Title of the dialog.
Methods
getDialogConfig() inherited
Produces an error if a subclass does not override this method.
handleCallback() inherited
Produces an error if a subclass does not override this method.
hide() → {Class} inherited
Hide the dialog.
Returns:
This component.
initialize() inherited
Initialize the class
show() → {Class} inherited
Shows the dialog.
Returns:
This component.