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.
classmethod StartSave(id, FileName)
as %Integer
[ ZenMethod ]
classmethod ValidateFile(FileName)
as %Integer
[ ZenMethod ]
Return 0 if file is directory; 2 if file exists.
method doClose()
[ Language = javascript ]
method doPrint()
[ Language = javascript ]
Prepare to start printing
method doSave()
[ Language = javascript ]
Prepare to start save
classmethod getQuery(id)
as %String
[ ZenMethod ]
method onPopupAction(popupName, action, value)
[ Language = javascript ]
This client event, if present, is fired when the a popup page
launched from this page fires an action.