Status Plugin

The section describes how to create a Status plugin and outlines the interface functions, structure properties and events.

Definition File

This file is as defined above (see Object Definition File section for more details). The JSON object in the definition file must be put in the ‘proiv.plugins.status.definitions’ object.

For example:

proiv.plugins.status.definitions.Statusbar = {z

 

Creating the Menu

A status is not assigned a node in the object definition in the constructor function. The Status object determines where in the page its status information is to appear and creates its own nodes.

The constructor function must be in the ‘proiv.plugins.status.constructors’ object.

For example:

proiv.plugins.status.constructors.MyStatus = function(objectDefinition) {

 

 

Comment on this topic

Topic ID: 800080