"left" to
> >> the
> >> end of the "style" attribute, so that over time (the timer goes off
> every
> >> minute), the "style" attribute would become a really long string? Don't
> >> want to do that either.
> >>
> &
ak a single CSS attribute?
>>
>> Thanks.
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
&
dn't that just add a "left" to
> the
> >> end of the "style" attribute, so that over time (the timer goes off
> every
> >> minute), the "style" attribute would become a really long string? Don't
> >> want to do that either.
> >>
Why not keep the fixed settings in a style class and just update the
style attribute with the current value (utilizing an AttributeModifier)?
.Needle {
z-index: 1;
width: 2px;
...
}
Seven Corners schrieb:
I have a control with a needle that moves. The needle's value is continually
changi
the JavaScript. It looks like I'll have to
parse and tweak the style string and then set that attribute.
--
View this message in context:
http://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22188808.html
Sent from the Wicket - User mailing list a
quot;style" attribute, so that over time (the timer goes off every
>> minute), the "style" attribute would become a really long string? Don't
>> want to do that either.
>>
>> Is there some way just to tweak a single CSS attribute?
>>
>> Than
e a really long string? Don't
> want to do that either.
>
> Is there some way just to tweak a single CSS attribute?
>
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22187801.html
> Sen
f every
minute), the "style" attribute would become a really long string? Don't
want to do that either.
Is there some way just to tweak a single CSS attribute?
Thanks.
--
View this message in context:
http://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p2
works perfectly.
tks a mill.
On 10/31/07, Timo Rantalaiho <[EMAIL PROTECTED]> wrote:
>
> On Wed, 31 Oct 2007, Cristi Manole wrote:
> > Tks a lot for your reply, but how do I do "get wicket to change the
> style
> > color" of that speciffic row, exactly? that part I don't know... :(
>
> Something
On Wed, 31 Oct 2007, Cristi Manole wrote:
> Tks a lot for your reply, but how do I do "get wicket to change the style
> color" of that speciffic row, exactly? that part I don't know... :(
Something like
final Component row = ...
row.add(new AttribubuteModifier("class", true, new
AbstractRea
iew this message in context:
http://www.nabble.com/Dynamically-changing-CSS-tf4721192.html#a13498438
Sent from the Wicket - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED
)
>
> Thanks in advance.
>
>
--
View this message in context:
http://www.nabble.com/Dynamically-changing-CSS-tf4721192.html#a13498438
Sent from the Wicket - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
I have a checkbox in an Ajax table (wrote by Igor).
On one column i add a panel which contains a checkbox and a link.
When the user selects the checkbox I would like that specific table row to
be displayed with a different background color.
How am I to do that? I didn't manage to underst
13 matches
Mail list logo