deprecatedclass %iKnow.UI.Dialog.selectNamespace
extends %ZEN.Dialog.namespaceSelect
This class only show the namespaced to which iKnow is enabled.
This is a Zen Page class.
parameter DOMAIN = "%iKnow";
Localization domain
parameter RESOURCE = "%Development";
Security requirement
method %GetDescHTML(pSeed As %String)
as %Status
Provide contents of description component.
classmethod %IsiKnowEnabled(pNamespace="")
as %Boolean
method %OnAfterCreatePage()
as %Status
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 getEnabledIKnowNS(ByRef namespaces)
as %Integer