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
515 stars 221 forks source link

XBL components: native support for itemsets #768

Open ebruchez opened 11 years ago

ebruchez commented 11 years ago

Historical: see also Thoughts about XBL.next.

avernet commented 8 years ago

+1 from community

ebruchez commented 8 years ago

Note that since Orbeon Forms 4.8 (and 4.7.1), xxf:itemset() works with some XBL components at least, see #1856. And so it should work with databound-select1.xbl as well.

avernet commented 7 years ago

@ebruchez What is the status on this one? Does xxf:itemset() indeed work with some XBL components, as stated in the previous comment? What is the mechanism? I can't find documentation for this either in our XBL doc or the doc for xxf:itemset().

ebruchez commented 7 years ago

@avernet Yes it works with some components, namely if the target control is an XBL component, it looks for the first nested control with an itemset and returns that itemset.

avernet commented 7 years ago

@ebruchez OK. Should we document this behavior, and close this issue? Or do you have something else in mind?

ebruchez commented 7 years ago

Since it was kind of a hack, I am not sure we should document it. Or if we do, maybe document as "works with such and such specific components too".

ebruchez commented 5 years ago

We do have a selection (not itemset) mode since Orbeon Forms 2018.1 (#2428). This only marks the control but doesn't add any functionality at this point.

ebruchez commented 5 years ago

See also #4042.

avernet commented 4 years ago

+1 from user

avernet commented 4 years ago

+1 from customer

avernet commented 11 months ago

+1 from customer

avernet commented 2 months ago

+1 from customer

avernet commented 2 months ago

I created #6444 for the specific case of the Dynamic dropdown with search (databound-select1-search.xbl).