orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 220 forks source link

Get rid of `edit-ref` on `fr:section` and `fr:grid` #3018

Open ebruchez opened 7 years ago

ebruchez commented 7 years ago

annotate.xpl adds edit-ref which is calculated to point to data.

It would be good if fr:grid didn't use the value. This is only used to place .fb-itemset on .fr-grid-content. Could we find another way? Could this be done in the XSLT template rather than in XForms?

Once this is done, we could get rid of edit-ref and just use fr:is-design-time().

ebruchez commented 7 years ago