%ZEN.Mojo.Plugin.bootstrap33xHelper
class %ZEN.Mojo.Plugin.bootstrap33xHelper extends %ZEN.Mojo.Plugin.baseHelperPlugin
This plugin adds support for the Twitter Bootstrap library. It was developed and tested with Twitter Bootstrap version 3.3.x and jQuery 1.11.3. 1.0.5 - SWI178 - Fix value for textarea 1.0.4 - NAN018 - Zen Mojo wizard refined for Twitter Bootstrap 1.0.3 - NAN014 - add support for $hide and $show to twitter Boostrap 1.0.2 - NAN012 - Twitter Bootstrap: add support for $docorateControl 1.0.1 - NAN009 - Twitter Bootstrap: add support for $refresh 1.0.0 - NAN006 - Twitter Bootstrap plugin helper checkinProperty Inventory
Method Inventory
Parameters
parameter XMLNAME = bootstrap-3.3.x-Helper;
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties
property pluginName as %String [ InitialExpression = "bootstrap-3.3.x-Helper" ];
Inherited description: The unique name of the helper plugin. All features of this component will be registered using
this identifier.
Property methods: pluginNameDisplayToLogical(), pluginNameGet(), pluginNameIsValid(), pluginNameLogicalToDisplay(), pluginNameLogicalToOdbc(), pluginNameNormalize(), pluginNameSet()
property version as %String (XMLPROJECTION = "NONE") [ InitialExpression = "1.0.5" ];
Milestone.Major.Minor
Property methods: versionDisplayToLogical(), versionGet(), versionIsValid(), versionLogicalToDisplay(), versionLogicalToOdbc(), versionNormalize(), versionSet()
Methods
clientmethod createLayoutObjects(type, instance) [ Language = javascript ]
Create a layout object for a document item.
These objects form the layout graph used to render the document.
Each layout object contains the context and code needed to render itself.
clientmethod getDisplayText() [ Language = javascript ]
find display value (resolve text, value, and coded values)
clientmethod getFeatures() [ Language = javascript ]
This method returns an array containing objects which describe all layout elements
the plugin supports. Each object in the list has to set the property 'identifier' in
order to register this layout element for this plugin.
In case multiple plugins register for the same feature the documentView
component will indicate this conflict. Use the getPluginConflicts method in order to retrieve
the conflicts.
The first plugin which registers a features will be used for dispatching in case there is
a conflict. If you want to change preference use the setPluginMapping method of the
documentView
clientmethod onCheckLibraries() [ Language = javascript ]
This method is supposed to check that all required libraries have been loaded.
Returns true for success, false otherwise.
clientmethod showModal(key, options) [ Language = javascript ]
Opens a modal with a given key. The second argument can be used
to provide additional options to the popup.
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- aux
- composite
- id
- index
- name
- onupdate
- parent
- tuple
- visible
- window
Inherited Methods
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTML()
- %DrawJSStrings()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetEventHandlers()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnDrawObjectProperties()
- %OnObjectSynch()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- findElement()
- fireOnUpdateEvent()
- getProperty()
- getSettings()
- getType()
- invokeSuper()
- isOfType()
- makeId()
- onCreate()
- onDelete()
- onSerialize()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- registerPlugin()
- render()
- renderContents()
- renderSVG()
- setProperty()