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:
<widget:xforms-instance-inspector id="orbeon-xforms-inspector" xmlns:widget="http://orbeon.org/oxf/xml/widget"/>As of 2011-10-10, widget:xforms-instance-inspector is no longer supported. |
