Comments? Feedback?

This wiki does not yet support public comments (a limitation of Google Sites), so we encourage you to post your comments either:

On Twitter by responding to @orbeon.

On our community mailing list: subscribe sending an email to ops-users-subscribe@ow2.org (content of subject/body doesn't matter), you'll get a response with the email to use to send your message to the community mailing list.

Recent site activity

Form Builder Internals

Status

This is as of 2011-06-21.

Grid editor v. 2

The Form Builder grid editor post Orbeon Forms 3.9 is rewritten.

Previously:
  • the editor was interpreting XForms and using repeats
  • all the logic was written natively with XForms actions
Currently:
  • the editor uses the <xxforms:dynamic> control to run the new form at design time
  • a lot of the logic of the editor is written in Scala, called from XForms via XPath.
For example:

<xf:action type="xpath">
    controlOps:renameControl($form, $old-name, $new-name)
</xf:action>