Table of Contents
Datarealm
A Datarealm is a non-visible tag. To minimize data transmissions, Datarealms group multiple widgets together. Actions (which are executed in a Datarealm) only affects Widgets of this realm. Therefore only the data of these widgets will be transmitted.
Name all widgets of a Datarealm like <realm>:<name>. By this, configuration settings will be automatically grouped. (See ConfigFile)
Example
XML
<datarealm> <textbox id="realm:textbox" /> <button action="send">Send</button> </datarealm>
Links
You could leave a comment if you were logged in.