Open ebruchez opened 11 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.
@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()
.
@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.
@ebruchez OK. Should we document this behavior, and close this issue? Or do you have something else in mind?
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".
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.
See also #4042.
I created #6444 for the specific case of the Dynamic dropdown with search (databound-select1-search.xbl
).
itemset
modexxbl:itemsetid="my-itemset"
?)xbl:binding
possibly, like handlersxxf:itemset()
must then work when applied to the bindingHistorical: see also Thoughts about XBL.next.