I think we all agree 100% on that one (anyone who objects, speak now). The question still remains:

1) How does one associate a CSS component with a HTML component?
2) When is the CSS component rendered (say, for inline CSS)? Does the Page do the rendering? If so, how does it locate all the CSS components in the page?

Gili

--Original Message Text---
From: Jonathan Locke
Date: Sat, 12 Feb 2005 16:48:23 -0800


yup yup. this is exactly what i'm talking about.

... that would be the use case. Gili wrote: >Hi, > > The example given by Kamil was how he'd like to see Wicket >handle JS/CSS. I have no idea how exactly I'd like it to work but I >know what the *output* from it should be. Here is my use-case for the >RoundCornerBorder. Lets please brainstorm on how we'd like Wicket to >build such a component. > > > > > .borderTop > {> background-color: #000000; > width: 100% > background-image: none; > }> .borderRight > {> background-position: right top; > background-repeat: repeat-y; > }> .borderBottom > {> background-position: left bottom; > background-repeat: repeat-x; > }> .borderLeft > {> background-image: none; > }> .borderTopLeft > {> background-image: url("top-left.gif"); > background-repeat: no-repeat; > background-position: top left; > }> .borderTopRight > {> background-image: url("top-right.gif"); > backgroun d-repeat: no-repeat; > background-position: top right; > }> .borderBottomRight > {> background-image: url("bottom-right.gif"); > background-repeat: no-repeat; > background-position: bottom right; > }> .borderBottomLeft > {> background-image: url("bottom-left.gif"); > background-repeat: no-repeat; > background-position: bottom left; > }> .borderContents > {> width: 100% > }> > > > > > > > > > > > > This is some text inside my round corner border >
>
>
>
>
>
>
>
>
> >
>
>Gili
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Wicket-develop mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/wicket-develop
>
>
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop


Reply via email to