Difference between revisions of "Custom Nodes"

From PresenceWiki
Jump to: navigation, search
 
Line 2: Line 2:
  
 
Select <Todo> from the top menu, from here you can create, import and export your custom nodes.
 
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.
 +
 +
These xml files can then be imported into Presence, using the import menu.

Revision as of 11:41, 1 November 2011

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.

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