%ZEN.Mojo.PluginDocumentation.Application
class %ZEN.Mojo.PluginDocumentation.Application extends %ZEN.Mojo.baseApplication
Zen Mojo Plugin Documentation Application class 0.9.0 - Support display of the refreshable flag of properties 0.8.8 - Removed unnecessary styles 0.8.7 - Added a legend on the helper plugin screen 0.8.6 - Use the new plugins, which include a version string 0.8.5 - Added support to display the XMLNAME instead of the classname 0.8.4 - Removed parameter TEMPLATECLASS as templateDispatchMode is used 0.8.3 - Changed order of accordions on home screen. Helper plugins now appear first. - Added content for page manager documentation 0.8.2 - added lexical sort for attributes of layout objects - ensure that tab content can be scrolledMethod Inventory
- %GetAppSettings()
- ZMojoDrawBackgroundDiv()
- ZMojoDrawBasicHelp()
- ZMojoDrawFooterGroup()
- ZMojoDrawQuickLinks()
Parameters
parameter APPLICATIONNAME = Zen Mojo Plugin Documentation;
This is the name of this application.
parameter HOMEPAGE;
This is the URL of the main starting page of this application.
parameter VERSION = 0.9.0;
The version of the plugin documentation
Methods
classmethod %GetAppSettings(pPage As %String = "", pMode As %String = "") as %ZEN.proxyObject
Return an object containing the various configured settings for the portal.
Draw the contents of the background div section (this is purely decorative)
pPage is the calling page's LOGICALNAME.
Draw the contents of the basic section.
pPage is the calling page's LOGICALNAME.
Draw the contents of the footer group section.
pPage is the calling page's LOGICALNAME.
Draw the contents of the quick links section.
pPage is the calling page's LOGICALNAME.
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()
- applicationLayoutHandler()