DIGIFORMS
Digiforms Designer Documentation
Search
About
+
Getting started
+
Howto
Help by samples
+
Objects
+
Page template
Capture or output data in a defined layout
+
XML
Extensible Markup Language
Getting started
Creating WEB Applications
Create a web-form or web-page
Events and functions
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.
Edit article