I'm writing my custom control (XBL) and wondering : it possible to have checkboxes inside control's Basic Settings in Form Builder, not only xf:input fields ?
Currently support for xf:input is hardcoded. You can see how this is implemented here .
It wouldn't be too hard to add support for other controls. Another idea would be to use xxf:dynamic, in effect creating a little subform, so that we don't have to interpret the XForms by hand.
Currently support for
xf:input
is hardcoded. You can see how this is implemented here .It wouldn't be too hard to add support for other controls. Another idea would be to use
xxf:dynamic
, in effect creating a little subform, so that we don't have to interpret the XForms by hand.