DIGIFORMS
Digiforms Designer Documentation
 
 
 
 
 
 
Help by samples
 
 
 
Capture or output data in a defined layout
 
Extensible Markup Language
AJAX
Updating portions of a page
Updatable containers
With the built-in AJAX framework, you can easily create user interfaces that allows for updating smaller portions of a WEB-page or a FORM. This is useful when you want to
  • Create custom user-controls
    Custom date and time, selection fields or widgets
  • Update only a portion of a web page
    Save bandwidth and avoid full page-refreshes that makes form difficult to navigate.
 
Adressing containers with CSS id's
Providing CSS ID on a container allows partial updates
Any container type of object can be adressed for a partial update responding to user input. Objects like GroupBox, Table ( Cell and Row ) can be used to mark specific portions of a page as asynchronly updateble.