Re: Reading an attribute that is set in a CSS file as a class

2008-11-19 Thread James Carman
t;> >> >>>> >> Visit: http://jvdrums.sourceforge.net/ >>>> >> LinkedIn: http://www.linkedin.com/in/egolan74 >>>> >> >>>> >> P Save a tree. Please don't print this e-mail unless it's really >>>> ne

Re: Reading an attribute that is set in a CSS file as a class

2008-11-19 Thread jwcarman
;>> >> > "overlay" on an existing image using the same colors that are >>> defined >>> >> > in a CSS document. I guess I could dynamically generate the CSS, >>> but >>> >> > I have no idea how to go about that

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread James Carman
enerate the CSS, but >> >> > I have no idea how to go about that. :) >> >> > >> >> > On Sun, Nov 16, 2008 at 7:02 AM, Swinsburg, Stephen >> >> > <[EMAIL PROTECTED]> wrote: >> >> > > >> >> > > What

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Ernesto Reinaldo Barreiro
; > On Sun, Nov 16, 2008 at 7:02 AM, Swinsburg, Stephen > >> > <[EMAIL PROTECTED]> wrote: > >> > > > >> > > What do you need it for? Why can't you just make another class with > >> just > >> > the attribute in it and A

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Eyal Golan
lors that are defined > >> > in a CSS document. I guess I could dynamically generate the CSS, but > >> > I have no idea how to go about that. :) > >> > > >> > On Sun, Nov 16, 2008 at 7:02 AM, Swinsburg, Stephen > >> > <[EMAIL PROTECTE

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread James Carman
gt; > > >> > > What do you need it for? Why can't you just make another class with >> just >> > the attribute in it and AttributeAppender that in? >> > > >> > > >> > > >> > > -Original Message- >> >

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Ernesto Reinaldo Barreiro
ribute in it and AttributeAppender that in? > > > > > > > > > > > > -Original Message- > > > From: egolan74 [mailto:[EMAIL PROTECTED] > > > Sent: Sun 11/16/2008 10:42 AM > > > To: users@wicket.apache.org > > > Subject

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Steve Swinsburg
't you just make another class with just the attribute in it and AttributeAppender that in? -Original Message- From: egolan74 [mailto:[EMAIL PROTECTED] Sent: Sun 11/16/2008 10:42 AM To: users@wicket.apache.org Subject: RE: Reading an attribute that is set in a CSS file as a

Re: Reading an attribute that is set in a CSS file as a class

2008-11-17 Thread Eyal Golan
#x27;t you just make another class with just > the attribute in it and AttributeAppender that in? > > > > > > > > -Original Message- > > From: egolan74 [mailto:[EMAIL PROTECTED] > > Sent: Sun 11/16/2008 10:42 AM > > To: users@wicket.apache.org >

Re: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread James Carman
at. :) >> >> >> >> On Sun, Nov 16, 2008 at 7:02 AM, Swinsburg, Stephen >> >> <[EMAIL PROTECTED]> wrote: >> >> > >> >> > What do you need it for? Why can't you just make another class with >> just >> >> the attribute i

Re: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Ernesto Reinaldo Barreiro
> > >> On Sun, Nov 16, 2008 at 7:02 AM, Swinsburg, Stephen > >> <[EMAIL PROTECTED]> wrote: > >> > > >> > What do you need it for? Why can't you just make another class with > just > >> the attribute in it and AttributeAppender that in? >

Re: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread James Carman
that in? >> > >> > >> > >> > -----Original Message- >> > From: egolan74 [mailto:[EMAIL PROTECTED] >> > Sent: Sun 11/16/2008 10:42 AM >> > To: users@wicket.apache.org >> > Subject: RE: Reading an attribute that is set in a CSS file a

Re: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Ernesto Reinaldo Barreiro
t; > -Original Message- > > From: egolan74 [mailto:[EMAIL PROTECTED] > > Sent: Sun 11/16/2008 10:42 AM > > To: users@wicket.apache.org > > Subject: RE: Reading an attribute that is set in a CSS file as a class > > > > > > > > > > Stev

Re: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread James Carman
1/16/2008 10:42 AM > To: users@wicket.apache.org > Subject: RE: Reading an attribute that is set in a CSS file as a class > > > > > Steve Swinsburg-2 wrote: >> >> On your component attach an AttributeAppender or AttributeModifier, set >> the "class"

RE: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Swinsburg, Stephen
at is set in a CSS file as a class Steve Swinsburg-2 wrote: > > On your component attach an AttributeAppender or AttributeModifier, set > the "class" attribute to be the name of your class. Done :) > Thanks Steve but this is not what I meant. Adding a class as an at

RE: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread egolan74
Steve Swinsburg-2 wrote: > > On your component attach an AttributeAppender or AttributeModifier, set > the "class" attribute to be the name of your class. Done :) > Thanks Steve but this is not what I meant. Adding a class as an attribute to a component is a pretty basic stuff. What I want i

RE: Reading an attribute that is set in a CSS file as a class

2008-11-16 Thread Swinsburg, Stephen
On your component attach an AttributeAppender or AttributeModifier, set the "class" attribute to be the name of your class. Done :) -Original Message- From: egolan74 [mailto:[EMAIL PROTECTED] Sent: Sun 11/16/2008 10:05 AM To: users@wicket.apache.org Subject: Reading an attribute that is