This class is used internally by Caché. You should not make direct use of it within your applications.
There is no guarantee made about either the behavior or future operation of this class.
Export/Import Resources dialog for Management Portal.
This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
method browseSelect(name, wildcard)
[ Language = javascript ]
User clicked the Browse button.
method doExport()
[ Language = javascript ]
Use clicked the Export or Export in Background button.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method onPopupAction(popupName, action, value)
[ Language = javascript ]
Returning from file select OR qualifers dialog and setting the value into the appropriate field.
The id of the field that needs to be updated is saved in "dialogClicked".
method ondialogCancel()
[ Language = javascript ]
This callback, if defined, is called when the user presses the Cancel button.
If this returns false, then the dialog is not cancelled.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method onresizeHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is resized.
method validateFile(fileName)
[ Language = javascript ]