0

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 ?

I would appreciate any examples.

pzeszko
  • 1,989
  • 18
  • 29

1 Answers1

0

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.

ebruchez
  • 7,760
  • 6
  • 29
  • 41