RationaleA lot can happen when you interact with an XForms page: events are dispatched, actions executed, submissions sent, and more. While you can have some visibility on those by enabling XForms logging in Orbeon Forms, an important part of the state of an XForms page is simply contained in the various XForms instances that you define in your page.The XForms Inspector allows you to peek right into the instances in real time as you develop XForms pages. The following screenshots shows the XForms Inspector running in the XForms Control example: ConfigurationYou can enable the XForms Inspector in one of two ways:
NOTE: The XForms Inspector is implemented as an XBL component. To be able to use it (with any of the two methods described above):
Backward compatibilityUntil November 2009 builds of Orbeon Forms, the XForms inspector had to be inserted with:<widget:xforms-instance-inspector id="orbeon-xforms-inspector" xmlns:widget="http://orbeon.org/oxf/xml/widget"/>This is still supported for backward compatibility. |
