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 (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com