Re: Adding CSS and JS to the components
Re: Adding CSS and JS to the components
- Subject: Re: Adding CSS and JS to the components
- From: Mike Schrag <email@hidden>
- Date: Tue, 30 Sep 2008 11:55:15 -0400
twoColElsLt_css :ERXStyleSheet{ filename = "twoColElsLt.css"; href = "/ControlHorarios/WebServerResources/CSS/twoColElsLt.css"; }
nono .. don't do this ... You don't want full paths in here, because it will break on DirectConnect. It should be:
twoColElsLt_css : ERXStyleSheet { filename = "CSS/twoColElsLt.css"; framework = "YourFrameworkName"; }
if this is in your app, then you can leave off framework or set framework = "app"
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden