I'm sure this must be very simple to do, but I can't find a description
in the documentation... I want Orbeon to display my form by itself. No Orbeon header, sidebar, etc. The Orbeon demo apps run this way, for example. How do you do this? -Ron- -- 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 |
Hi Ron, Are you aware of the wiki? Most docs are moving there... http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-base#TOC-Epilogue-and-theme-properties HTH, Hank On Oct 15, 2010, at 1:08 PM, Ron Peterson wrote: > I'm sure this must be very simple to do, but I can't find a description > in the documentation... > > I want Orbeon to display my form by itself. No Orbeon header, sidebar, > etc. The Orbeon demo apps run this way, for example. How do you do > this? > > -Ron- > > > -- > 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 NEES@UCSB Earth Research Institute University of California, Santa Barbara 805-893-8042 -- 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 |
In reply to this post by Ron Peterson
Hi Ron,
The easiest way to do this is to edit WEB-INF/resources/config/properties-base.xml and change <property as="xs:anyURI" name="oxf.epilogue.theme" value="oxf:/config/theme-examples.xsl"/> to <property as="xs:anyURI" name="oxf.epilogue.theme" value="oxf:/config/theme-plain.xsl"/> theme-plain.xsl and properties-base.xml may not be in the config folder in the current distribution of Orbeon, but you can pull them out of WEB-INF/lib/orbeon-resources-private.jar (inside the jar they are in the 'config' folder) and place them into WEB-INF/resources/config/ If needed, you can create your own xsl file to point to in properties-base.xml. Ethan On Fri, Oct 15, 2010 at 4:08 PM, Ron Peterson <[hidden email]> wrote: I'm sure this must be very simple to do, but I can't find a description -- 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 |
Hi,
the better way to change properties is to copy the file "properties- local.xml.template" in the config folder to "properties-local.xml" in the same folder and overwrite the settings there. This way, if the file is changed in a later release, you still get the new default values. Kind regards, Ralf Jung Am Freitag, 15. Oktober 2010, um 22:25:28 schrieb Ethan Gruber: > Hi Ron, > > The easiest way to do this is to edit > WEB-INF/resources/config/properties-base.xml and change > > <property as="xs:anyURI" name="oxf.epilogue.theme" > value="oxf:/config/theme-examples.xsl"/> to <property as="xs:anyURI" > name="oxf.epilogue.theme" value="oxf:/config/theme-plain.xsl"/> > > theme-plain.xsl and properties-base.xml may not be in the config folder in > the current distribution of Orbeon, but you can pull them out of > WEB-INF/lib/orbeon-resources-private.jar (inside the jar they are in the > 'config' folder) and place them into WEB-INF/resources/config/ > > If needed, you can create your own xsl file to point to in > properties-base.xml. > > Ethan > > On Fri, Oct 15, 2010 at 4:08 PM, Ron Peterson <[hidden email]>wrote: > > I'm sure this must be very simple to do, but I can't find a description > > in the documentation... > > > > I want Orbeon to display my form by itself. No Orbeon header, sidebar, > > etc. The Orbeon demo apps run this way, for example. How do you do > > this? > > > > -Ron- > > > > > > > > -- > > 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 |
In reply to this post by Hank Ratzesberger-2
Hi Hank,
Yes, I knew about the wiki, but I didn't even know what I was trying to find. Between your link and Ethan and Ralf's replies, though, I figured out that I want to use theme-plain.xsl, and that I can do that by putting a copy of theme-plain.xsl in my app directory and rename it theme.xsl. Thanks all. -Ron- 2010-10-15_16:21:43-0400 Hank Ratzesberger <[hidden email]>: > > Hi Ron, > > Are you aware of the wiki? Most docs are moving there... > > http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-base#TOC-Epilogue-and-theme-properties > > HTH, > Hank > > > On Oct 15, 2010, at 1:08 PM, Ron Peterson wrote: > > > I'm sure this must be very simple to do, but I can't find a description > > in the documentation... > > > > I want Orbeon to display my form by itself. No Orbeon header, sidebar, > > etc. The Orbeon demo apps run this way, for example. How do you do > > this? > > > > -Ron- > > > > > > -- > > 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 > > Hank Ratzesberger > NEES@UCSB > Earth Research Institute > University of California, Santa Barbara > 805-893-8042 > > > > > > > > -- > 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 |
That's great Ron. Sorry that my instructions were so terse. My recommendation is to copy the properties-local.xml.template to properties-local.xml and add the following: <property as="xs:boolean" name="oxf.epilogue.use-theme" value="false"/> Best, Hank Quoting Ron Peterson <[hidden email]>: > Hi Hank, > > Yes, I knew about the wiki, but I didn't even know what I was trying to > find. Between your link and Ethan and Ralf's replies, though, I figured > out that I want to use theme-plain.xsl, and that I can do that by > putting a copy of theme-plain.xsl in my app directory and rename it > theme.xsl. > > Thanks all. > > -Ron- > > 2010-10-15_16:21:43-0400 Hank Ratzesberger <[hidden email]>: >> >> Hi Ron, >> >> Are you aware of the wiki? Most docs are moving there... >> >> http://wiki.orbeon.com/forms/doc/developer-guide/configuration-properties/configuration-properties-base#TOC-Epilogue-and-theme-properties >> >> HTH, >> Hank >> >> >> On Oct 15, 2010, at 1:08 PM, Ron Peterson wrote: >> >> > I'm sure this must be very simple to do, but I can't find a description >> > in the documentation... >> > >> > I want Orbeon to display my form by itself. No Orbeon header, sidebar, >> > etc. The Orbeon demo apps run this way, for example. How do you do >> > this? >> > >> > -Ron- >> > >> > >> > -- >> > 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 >> >> Hank Ratzesberger >> NEES@UCSB >> Earth Research Institute >> University of California, Santa Barbara >> 805-893-8042 >> >> >> >> >> >> > >> >> -- >> 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 > > -- Hank Ratzesberger [hidden email] -- 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 |
This is good to know. I wasn't aware of the template.
Ethan On Fri, Oct 15, 2010 at 11:17 PM, Louis Ratzesberger <[hidden email]> wrote:
-- 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 |