css file in builder

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

css file in builder

gusjavaz
Hi people,
I'm trying to use a css file from orbeon builder following these steps.
1) I've uploaded it to the exist-db in the same collection where the main
data.xml of the form is.
2) I've appended it to the attachment tag in form with:
            <xforms:instance id="fr-form-attachments">
                <attachments>
                    <css mediatype="text/css" filename="base.css"
size="">/fr/service/exist/crud/orbeon/builder/data/fa86b03d489d71949a70334f903412d4/base.css</css>
                </attachments>
            </xforms:instance>

But it's not loaded.
Am I doing something wrong?
Is this feature supported?
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
Reply | Threaded
Open this post in threaded view
|

Re: css file in builder

Erik Bruchez
Administrator
I think that right now, Form Runner doesn't look at a CSS file
included this way.

Try editing the form source and adding the CSS by hand:

<xhtml:link rel="stylesheet"
href="/fr/service/exist/crud/orbeon/builder/data/fa86b03d489d71949a70334f903412d4/base.css"
type="text/css" media="all"/>

-Erik

On Thu, Oct 14, 2010 at 12:58 AM,  <[hidden email]> wrote:

> Hi people,
> I'm trying to use a css file from orbeon builder following these steps.
> 1) I've uploaded it to the exist-db in the same collection where the main
> data.xml of the form is.
> 2) I've appended it to the attachment tag in form with:
>            <xforms:instance id="fr-form-attachments">
>                <attachments>
>                    <css mediatype="text/css" filename="base.css"
> size="">/fr/service/exist/crud/orbeon/builder/data/fa86b03d489d71949a70334f903412d4/base.css</css>
>                </attachments>
>            </xforms:instance>
>
> But it's not loaded.
> Am I doing something wrong?
> Is this feature supported?
> 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
>
>


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: css file in builder

gusjavaz
Thank you Erik, I'll try it and let you know.

On Fri, Oct 15, 2010 at 1:19 AM, Erik Bruchez <[hidden email]> wrote:
I think that right now, Form Runner doesn't look at a CSS file
included this way.

Try editing the form source and adding the CSS by hand:

<xhtml:link rel="stylesheet"
href="/fr/service/exist/crud/orbeon/builder/data/fa86b03d489d71949a70334f903412d4/base.css"
type="text/css" media="all"/>

-Erik

On Thu, Oct 14, 2010 at 12:58 AM,  <[hidden email]> wrote:
> Hi people,
> I'm trying to use a css file from orbeon builder following these steps.
> 1) I've uploaded it to the exist-db in the same collection where the main
> data.xml of the form is.
> 2) I've appended it to the attachment tag in form with:
>            <xforms:instance id="fr-form-attachments">
>                <attachments>
>                    <css mediatype="text/css" filename="base.css"
> size="">/fr/service/exist/crud/orbeon/builder/data/fa86b03d489d71949a70334f903412d4/base.css</css>
>                </attachments>
>            </xforms:instance>
>
> But it's not loaded.
> Am I doing something wrong?
> Is this feature supported?
> 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
>
>


--
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