As the subject says, I want to remove the "Close" button in form runner forms. As far as I can tell I do this by modifying the properties-form-runner.xml and changing the following property to not have the "close" element.
<property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="refresh clear pdf email save workflow-review"/> Anything I'm missing? Or maybe the property file is not being picked up by Form Runner. |
Administrator
|
Exactly; and it seems to work for me. The Close button doesn't go away for you?
Or rather, I would redeclare that property in your properties-local.xml (instead of changing the properties-form-runner.xml). This will make it easier for you to upgrade to new builds, and keep your "local" setup in a separate file. Alex On Wed, Mar 3, 2010 at 2:08 PM, paul8226 <[hidden email]> wrote: > > As the subject says, I want to remove the "Close" button in form runner > forms. As far as I can tell I do this by modifying the > properties-form-runner.xml and changing the following property to not have > the "close" element. > > <property as="xs:string" name="oxf.fr.detail.buttons.*.*" > value="refresh clear pdf email save workflow-review"/> > > Anything I'm missing? Or maybe the property file is not being picked up by > Form Runner. > -- > View this message in context: http://n4.nabble.com/Form-Runner-and-removing-the-Close-button-tp1577329p1577329.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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 > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- 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 |
Thanks, that worked! Making the properties-local.xml file worked but modifying the properties-form-runner.xml wasn't working, not sure why.
|
Administrator
|
Changing the properties-form-runner.xml should have worked as well;
strange. But in any case, it is better if you define this in properties-local.xml, so it is good that it works when you have the property there. Alex On Fri, Mar 5, 2010 at 9:07 AM, paul8226 <[hidden email]> wrote: > > Thanks, that worked! Making the properties-local.xml file worked but > modifying the properties-form-runner.xml wasn't working, not sure why. > -- > View this message in context: http://n4.nabble.com/Form-Runner-and-removing-the-Close-button-tp1577329p1579866.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.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 > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- 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 |