Hi! Is it possible to use form builder for building a form that has some
sections (not all) closed by default? Harri -- 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
|
Thao,
We don't support it. To support unparsed entities, we would have to implement the SAX DTDHandler, which we don't. (We only implement the SAX ContentHandler.) This being said, I've never seen a need for this, but apparently you have ;). Do you have a workaround? Alex On Jan 14, 2010, at 2:49 AM, "Harri T." <[hidden email]> wrote: > Hi! Is it possible to use form builder for building a form that has > some sections (not all) closed by default? > > Harri > > -- > 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 -- 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Administrator
|
In reply to this post by haba713
Harri,
You can with Form Runner, but this functionality is not exposed in Form Builder. So from Form Builder, you'll have to edit the source of your form (under Advanced in the left bar), locate the fr:section for the section you want to be closed when the form is first displayed, and add the attribute open="false". E.g.: <fr:section id="section-1-section" bind="section-1-bind" open="false"> You'll let us know of this works for you. Alex On Jan 14, 2010, at 2:49 AM, "Harri T." <[hidden email]> wrote: > Hi! Is it possible to use form builder for building a form that has > some sections (not all) closed by default? > > Harri > > -- > 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 -- 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Yes, it definitely works. Many thanks! Harri On 15.01.2010 04:59 Alessandro Vernet wrote: Harri, -- 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
|
Harri, I am glad it worked; thank you for the update. At some point we'll make this attribute surface in the Form Builder UI, so you don't have to edit the source "by hand". Alex
-- 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |