view_xforms_def
View xform definition from the UI or the HTML templates for the configured XForms.
Description
View xform definition from the UI
Parameters
- action
- view_xforms_def
- type
- Either 'config', 'xml', or 'templates'. Configuration provides the HTML page used in Developer's Workbench. Templates provides a set of HTML templates to be used to render XForms to a web browser. XML provides the raw XML configuration for the XForms definition. Defaults to 'config'.
Example URL
http://<host>:<port>/<context>/web/xforms.xql?action=view_xforms_def&type=<value>
Successful Result
When successful, returns an xform definition, otherwise it might display an error page.
Failed Result
If user does not have both 'Develop app' permission, it will display pemission denied page.