Default number of items on radiobutton control

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Default number of items on radiobutton control

mgamsjager
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Default number of items on radiobutton control

Alessandro  Vernet
Administrator
Hi Matthias,

Yes, certainly: those are just examples. When your mouse pointer is over the cell, you'll see an "Edit items" link. Click on it and you'll be able to edit the labels and add/remove items through the dialog that shows.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Default number of items on radiobutton control

mgamsjager
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Default number of items on radiobutton control

Alessandro  Vernet
Administrator
Hi Matthias,

So you're saying that you created a custom XBL control, and would like to reuse the generic Form Builder  itemset editor? Form Builder shows the itemset editor if in your XBL control you have <editors static-itemset="true"/> under the Form Builder <metadata> element. Do you have this declared in your XBL control? You can see an example of this in box-select.xbl:

https://github.com/orbeon/orbeon-forms/blob/master/src/resources-packaged/xbl/orbeon/box-select/box-select.xbl

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet