DIGIFORMS
Digiforms Designer Documentation
 
 
 
 
 
 
Help by samples
 
 
 
Capture or output data in a defined layout
 
Extensible Markup Language
Form controls
User input and calculations
About Forms
Combination of markup and input elements
A form is a section of a document containing normal content, markup, special elements called controls (checkboxes, radio buttons, menus, etc.), and labels on those controls. Users generally "complete" a form by modifying its controls (entering text, selecting menu items, etc.), before submitting the form to the server for processing.
Various built-in commands can be performed when user entered data is posted.
Input Controls
User input and field binding
All input controls requires a reference to a node or attribute in XML data where data should be stored. It is called the field binding.
All field bindings are evaluated relative to the current xml processing context.
Events
Take different actions for different user input ( gestures, mouse and keyboard events )
Read more in following related topics
Form submisson and partial updates
Predefined user input
Select among predefined values
Data validation, ensuring that data inserted into Digiforms application satisfies defined formats and other input criteria
Capture text and numbers
For novel-style input
Using label elements to associate text labels with form controls
Select one of predefined values