Hi all, Do anyone know if and where I can find more elaborate documentation and/or user guides on how to use
I want to know more about the options on how I can control the appearance and visibility of the graphical
For example on how to control the visibility of an xforms:group element with appearance="xxforms:fieldset".
Thanks!
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Patrick,
> Do anyone know if and where I can find more elaborate documentation > and/or user guides on how to use > XForms widgets and or controls? A lot of sections in Orbeon > documentation is "TODO"... > (Widgets meaning what come with xmlns:widget="http://orbeon.org/oxf/xml/widget > " Are there others?) > > I want to know more about the options on how I can control the > appearance and visibility of the graphical > elements by attributes or other binding. http://wiki.orbeon.com/forms/doc/developer-guide/xforms-controls We realize it is not complete yet, and in fact I put a few more TODOs in that document ;) > For example on how to control the visibility of an xforms:group > element with appearance="xxforms:fieldset". > I would like the group to be hidden if its child elements aren't > relevant. I know I can use "bind" to control > the relevance of model items, but not how to do it for groups. > You can also bind a group to a node, and relevance will be honored: <xforms:bind nodeset="my-node" relevant="..."/> <xforms:group ref="my-node"> ... -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |