deprecatedabstract class %iKnow.UI.AbstractSourceViewer
extends %iKnow.UI.AbstractPortal
This is a Zen Page class.
method DeleteCurrentVirtualSource()
as %Status
[ ZenMethod ]
method ProcessInput(pText As %String(MAXLEN=32767), pConfig As %String, pLanguages As %String = "")
as %Integer
[ ZenMethod ]
method displayInputScreen()
[ Language = javascript ]
method onProcessInputClient()
[ Language = javascript ]
method onunloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is unloaded.
If this method returns a string value, then that is used as the
return value of the HTML page's onbeforeunload handler (if more than
one component returns a string, the first one encountered is used).
method realTimeInputClient(endModal)
[ Language = javascript ]