All form controls publish a set of events for which you can set actions. The events mirrors HTML events, and enables you to create handlers for actions like mouse clicks, changes made to input controls, gestures and many more depending on the object in question.
For all of the mentioned events, standard functions of the Digiforms server can be invoked, including xml-node management functions ( delete, add, copy ), template navigation, document and process navigation and pdf document generation.
Async page updates ( Ajax )
To enhance performance and user experience using slow network connections, Digiforms comes with full support for updating any portion of the page, without the need of knowing intricate details to achieve it. Updating portions of a page is as simple as defining containers, assigning ID's and requesting the update to post information only within the container, making highly customizable widgets and dialogues quite simple.
Read more in following related topics
Updating portions of a page
PDF, Navigate, Set, Delete, Create, Copy, Move