%ZEN.Mojo.baseApplication
class %ZEN.Mojo.baseApplication extends %ZEN.Mojo.abstractApplication
This is the base class for application classes within Zen Mojo Applications should extend this class.Method Inventory
- %GetAppSettings()
- ZMojoDrawBackgroundDiv()
- ZMojoDrawBasicHelp()
- ZMojoDrawFooterGroup()
- ZMojoDrawQuickLinks()
- applicationLayoutHandler()
Methods
classmethod %GetAppSettings(pPage As %String = "", pMode As %String = "") as %ZEN.proxyObject
Return an object containing the various configured settings for the portal.
This method will be removed in a future release,
in which it will not be necessary to override this method.
Draw the contents of the background div section (this is purely decorative)
pPage is the calling page's LOGICALNAME.
This method will be removed in a future release.
Draw the contents of the basic section.
pPage is the calling page's LOGICALNAME.
This method will be removed in a future release.
Draw the contents of the footer group section.
pPage is the calling page's LOGICALNAME.
This method will be removed in a future release.
Draw the contents of the quick links section.
pPage is the calling page's LOGICALNAME.
This method will be removed in a future release.
clientmethod applicationLayoutHandler(load) [ Language = javascript ]
Notification that page has been resized.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawStyleHTML()
- %Extends()
- %GetApplicationName()
- %GetMojoJSStrings()
- %GetParameter()
- %GetUserPackages()
- %IsA()
- %IsModified()
- %LinkCSS()
- %LinkScript()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnGetJSResources()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()