On Mon, Feb 19, 2001 at 12:02:03PM -0800, Java Apache CVS Development wrote:
>   User: ekkerbj 
>   Date: 01/02/19 12:02:03
> 
>   Modified:    src/java/org/apache/turbine/services/pull/util
>                         UIManager.java
>   Log:
>   Added two acessor methods, getStylecss()/getStylecss(RunData), to return the
>   skin style sheet.  A skin may also have a style sheet defined ( skin.css in
>   the skin's directory ).  The template designer may then use the above to get
>   the url for the style sheet when authoring templates.  Stylesheets are not
>   required. Authors may use a combination of both the skin.props and
>   skin.css for defining the UI elements and styles, or each individually.

Nice addition, but I've found myself including css definitions with the
following in the layout template (VelocityOnlyLayout mind you)

<style type="text/css">
<!--
#parse ("include/Styles.vm")
-->
</style>

This way I get Velocity processing on the CSS definitions, and can
particularly use UIManager skin properties in there.

...

-- 
Sean Legassick
[EMAIL PROTECTED]
      Ek is 'n man: niks menslik is vreemd vir my nie  
      
      


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to