Re: T5.3 date picker - no way to change/remove yellow highlight?

2011-10-15 Thread Muhammad Gelbana
I think white will even be prettier on other colors ! Nice choice. On Fri, Oct 14, 2011 at 9:20 PM, Lenny Primak wrote: > Thanks, Wulf, this is an excellent idea. > I wound up doing something similar: > > Effect.Highlight.prototype.initialize = function(element) { >this.element = $(element);

Re: T5.3 date picker - no way to change/remove yellow highlight?

2011-10-14 Thread Lenny Primak
Thanks, Wulf, this is an excellent idea. I wound up doing something similar: Effect.Highlight.prototype.initialize = function(element) { this.element = $(element); if (!this.element) throw(Effect._elementDoesNotExistError); var options = Object.extend({ startcolor: '%s' }, arguments[1]

RE: T5.3 date picker - no way to change/remove yellow highlight?

2011-10-14 Thread Wechsung, Wulf
Sent: Freitag, 14. Oktober 2011 13:51 To: Tapestry users Subject: Re: T5.3 date picker - no way to change/remove yellow highlight? You could monkey-patch Effect.Highlight to be a no-op... :) Robert On Oct 14, 2011, at 10/145:45 AM , Wechsung, Wulf wrote: > Hi Lenny, > > one way would

Re: T5.3 date picker - no way to change/remove yellow highlight?

2011-10-14 Thread Robert Zeigler
om: Lenny Primak [mailto:lpri...@hope.nyc.ny.us] > Sent: Freitag, 14. Oktober 2011 02:28 > To: Tapestry users > Subject: T5.3 date picker - no way to change/remove yellow highlight? > > I am using BeanEditForm with Datepickers. > There seems to be no way to change the yellow highlight w

RE: T5.3 date picker - no way to change/remove yellow highlight?

2011-10-14 Thread Wechsung, Wulf
rther advice, I can send you some code samples) Kind Regards, Wulf -Original Message- From: Lenny Primak [mailto:lpri...@hope.nyc.ny.us] Sent: Freitag, 14. Oktober 2011 02:28 To: Tapestry users Subject: T5.3 date picker - no way to change/remove yellow highlight? I am using BeanEditForm

T5.3 date picker - no way to change/remove yellow highlight?

2011-10-13 Thread Lenny Primak
I am using BeanEditForm with Datepickers. There seems to be no way to change the yellow highlight when the date is picked. Is there any way to change it, or to get rid of it? It does not mesh at all with our color scheme and looks ugly. In general, I think the default should be no highlight at all