Hi,
We have been implementing some of the great existing xbl components within Orbeon, but since we have our own form design we would like to omit the YUI CSS files that automatically come with it. I know it's possible to overrule all the CSS properties, but if there is a way to just not load the CSS files at all that would save me a lot of time. Thanks in advance, Joost van Rijn -- 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
|
Joost,
If the CSS file is specific to the XBL component, it's not possible right now to omit it (without modifying the source code of Orbeon Forms, that is). Which files are of concern, specifically? -Erik On Wed, Nov 30, 2011 at 6:53 AM, Joost van Rijn <[hidden email]> wrote: > Hi, > > We have been implementing some of the great existing xbl components within Orbeon, but since we have our own form design we would like to omit the YUI CSS files that automatically come with it. I know it's possible to overrule all the CSS properties, but if there is a way to just not load the CSS files at all that would save me a lot of time. > > Thanks in advance, > > Joost van Rijn > > -- > 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 |
Erik,
The concerning files are: - /xbl/orbeon/datatable/datatable.css - /ops/yui/datatable/assets/skins/sam/datatable.css And maybe later, when we start using the other xbl components also the tabs and the autocomplete. Where is specified which CSS files are loaded in the Orbeon source? Joost On 1 dec. 2011, at 07:11, Erik Bruchez wrote: > Joost, > > If the CSS file is specific to the XBL component, it's not possible > right now to omit it (without modifying the source code of Orbeon > Forms, that is). Which files are of concern, specifically? > > -Erik > > On Wed, Nov 30, 2011 at 6:53 AM, Joost van Rijn <[hidden email]> wrote: >> Hi, >> >> We have been implementing some of the great existing xbl components within Orbeon, but since we have our own form design we would like to omit the YUI CSS files that automatically come with it. I know it's possible to overrule all the CSS properties, but if there is a way to just not load the CSS files at all that would save me a lot of time. >> >> Thanks in advance, >> >> Joost van Rijn >> >> -- >> 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 -- 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
|
Joost,
Both files are included here: https://github.com/orbeon/orbeon-forms/blob/master/src/resources-packaged/xbl/orbeon/datatable/datatable.xbl To prevent their inclusion, you have to modify that XBL component. -Erik On Thu, Dec 1, 2011 at 1:05 AM, Joost van Rijn <[hidden email]> wrote: > Erik, > > The concerning files are: > > - /xbl/orbeon/datatable/datatable.css > - /ops/yui/datatable/assets/skins/sam/datatable.css > > And maybe later, when we start using the other xbl components also the tabs and the autocomplete. > > Where is specified which CSS files are loaded in the Orbeon source? > > Joost > > On 1 dec. 2011, at 07:11, Erik Bruchez wrote: > >> Joost, >> >> If the CSS file is specific to the XBL component, it's not possible >> right now to omit it (without modifying the source code of Orbeon >> Forms, that is). Which files are of concern, specifically? >> >> -Erik >> >> On Wed, Nov 30, 2011 at 6:53 AM, Joost van Rijn <[hidden email]> wrote: >>> Hi, >>> >>> We have been implementing some of the great existing xbl components within Orbeon, but since we have our own form design we would like to omit the YUI CSS files that automatically come with it. I know it's possible to overrule all the CSS properties, but if there is a way to just not load the CSS files at all that would save me a lot of time. >>> >>> Thanks in advance, >>> >>> Joost van Rijn >>> >>> -- >>> 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 > > > > -- > 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 |
Free forum by Nabble | Edit this page |