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
Digiforms Functions
SUBMIT Functions
Posting data, perform action
Document navigation
Navigate to document (HTML)
Redirects browser to display the specified document as HTML
Navigate to document (PDF)
Redirects browser to display the specified document as PDF
Go to page
Goes to the specified template ( index ) if exists. If does not exist, active template will not be changed.
Go to template
Goes to the specified template ( name or match ) if exists. If does not exist, active template will not be changed.
Next page / template
Goes to the next template defined in document. If does not exist, active template will not be changed.
Previous page / template
Goes to the previous template defined in document. If does not exist, active template will not be changed.
Process commands
Process NEXT
Moves forward in currently executing process flow. If there is no next step, execution will be forced back to the originating process element.
Process PREVIOUS
Moves forward in currently executing process flow. If there is no previous step, execution will be forced back to the originating process element.
Navigate to process ( Process name )
Loads the specified process flow and executes it
XML Data manipulation
Update XML Data
Post all form fields within the the target update container and reload the container content
Set XML node / attribute value
Post all form fields within the the target update container.Set XML node or attribute value(s) in session or form data.Reload the container content
Add XML node
Post all form fields within the the target update container.Add XML node or attribute value(s) in session or form data.Reload the container content
Delete XML node(s)
Post all form fields within the the target update container.Delete XML node or attribute value(s) in session or form data.Reload the container content
Insert XML node
Post all form fields within the the target update container.Insert a XML node or attribute value in session or form data.Reload the container content
Transformation commands
Edit article