Skip to main content

%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 scrolled

Method Inventory

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.
classmethod ZMojoDrawBackgroundDiv(pPage As %String, pMode As %String = "") as %Status
Draw the contents of the background div section (this is purely decorative) pPage is the calling page's LOGICALNAME.
classmethod ZMojoDrawBasicHelp(pPage As %String, pMode As %String = "") as %Status
Draw the contents of the basic section. pPage is the calling page's LOGICALNAME.
classmethod ZMojoDrawFooterGroup(pPage As %String, pMode As %String = "") as %Status
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

FeedbackOpens in a new tab