Custom Nodes

From PresenceWiki
Revision as of 11:58, 1 November 2011 by Graham (Talk | contribs)

Jump to: navigation, search

It is possible in presence to create a custom node.

Select <Todo> from the top menu, from here you can create, import and export your custom nodes.

When designing a custom node you first decide It's name. this is the name that will appear in the <top view> in Presence.

After this you can add extra parameters,

Once the node is complete it, will contain a name and description on the first tab.

The second tab will contain the parameters you added.

The components you can add are:-

TextBox PasswordBox NumberBox RadioButtonGroup CheckBox ComboBox

Each component added will also need a label and name:-

At a later stage we can add a tab for exception handling and testing.

The engine side of this will either be pure java code, or a task, in which case there will aslo be a wizard to create the node from the task..

Once the node is created it can be exported/saved as an xml file.

There should also be an option to set images for the node.

These xml files can then be imported into Presence, using the import menu.