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 dialog for Management Portal.
Please do not modify any part of this dialog without COMPLETELY testing all cases!!!
This dialog is used by Classes/Routines/Globals for both Namespaces and Databases.
Please be extremely careful!!!
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 checkExpObj()
[ Language = javascript ]
make sure that if export OBJ is checked then the file name contains .xml
method doExport()
[ Language = javascript ]
Use clicked the Export or Export in Background button.
method exportOBJ(thisObj)
[ Language = javascript ]
If exportOBJ checkbox is checked, then make sure the file has xml extension and background is checked and disabled.
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 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 ]