Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%ZEN.Mojo.Plugin.baseHelperDocumentation

abstract class %ZEN.Mojo.Plugin.baseHelperDocumentation extends %ZEN.Component.object

Superclass for all classes that provide documentation for subclasses of baseHelperPlugin. The classname needs to be the same as the classname of the helper plugin with "Documentation" as postfix. If the helper plugin classname is "chuiHelper", the documentation classname needs to be "chuiHelperDocumentation".

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/zen/mojo;
Inherited description: This is the XML namespace used for library components.

Methods

clientmethod getDocumentation(identifier) [ Language = javascript ]
returns an object containing information about the requested identifier (e.g. $loop). The object contains an array holding an object for each supported attribute and a documentation EXAMPLE: { description: 'Description of the identifier e.g. $loop', attributes: [ {name:'value',type:'string',description:'Holds the value of the html element'} ] } Valid types are: string,number,boolean,date,object,array and function

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab