Overriding stylesheet and images used by AjaxDatePicker
Overriding stylesheet and images used by AjaxDatePicker
- Subject: Overriding stylesheet and images used by AjaxDatePicker
- From: "Ricardo J. Parada" <email@hidden>
- Date: Tue, 09 Nov 2010 13:35:06 -0500
Hi,
I thought I knew the answer to this one but maybe not quite. I'm using an AjaxDatePicker and I managed to override its stylesheet by defining this property in my MPVWebComponents framework:
er.extensions.ERXResponseRewriter.resource.Ajax.calendar.css=MPVWebComponents.css/calendar.css
Then I tried these to override the prev/next icons used by the date picker:
er.extensions.ERXResponseRewriter.resource.Ajax.calendar_next.png=MPVWebComponents.images/calendar_next.gif er.extensions.ERXResponseRewriter.resource.Ajax.calendar_prev.png=MPVWebComponents.images/calendar_prev.gif
The first one seems to work fine because it's using the our calendar.css. However, the icons for next/prev month/year are still using the ones from the Ajax framework. Can they be overriden?
Is this the correct way to do this?
Thanks, Ricardo
|
_______________________________________________
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