Dynamically changing CSS style attribute

2009-02-24 Thread Seven Corners
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 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Martin Makundi
://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22187801.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Martijn Reuvers
this message in context: http://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22187801.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Sven Meier
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; ... } span wicket:id=needle class=Needle style=left: 20%;/ Seven Corners schrieb: I have a control with a needle

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Thomas Mäder
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-tp22187801p22187801

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Seven Corners
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22189563.html Sent from the Wicket - User mailing list archive

Re: Dynamically changing CSS style attribute

2009-02-24 Thread Thomas Mäder
://www.nabble.com/Dynamically-changing-CSS-style-attribute-tp22187801p22189563.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands