Yes exactly my thoughts (behaviors).. Although you are then messing up
UI styling and code. But the ide of being able todo pretty pages simply
would be very cool.
Jonathan Locke wrote:
this was one little use case i wanted at the outset.
it should be easy to make things pretty.
but i think i might take a different approach now.
before, i was thinking along the lines of this:
new RoundedPanel(...)
but these days i wonder if it might not be smarter
to have a behavior you could mix into any component:
component.add(new RoundedCorners(...))
or
component.add(new DropShadow(...))
you could even use visitChildren() to add a drop shadow
to a given class of components on a page...
Nino Martinez-2 wrote:
Im fed up with all the different approaches to make your pages look
great..
So I'll want to make a contrib for this :
http://www.ruzee.com/content/liquid-canvas &
http://www.html.it/articoli/nifty/index.html unless somebody has a
better suggestion?
WDYT?
regards Nino
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]