This question belongs to the user list.

-------- Original Message --------
Subject: Re: [Trinidad] How to add a new attribute to tag
Date: Wed, 17 Sep 2008 09:46:16 -0400
From: Max Starets <[EMAIL PROTECTED]>
To: MyFaces Development <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>


Ilias,

If all you want to do is to set CSS style, you can use inlineStyle="height:300px".
Note, however, that specifying table height does not work consistently across browsers.

Max

Ilias Belaidi wrote:
Hello,
I'm using Trinidad framework, and I want to add a new attribute to <tr:table> tag, like "height"' for example:

<tr:table id="customTable" var="row"  rowBandingInterval="1"
                    rows="10" height="300"
                    shortDesc="test table"
                    ....>

can you help please?

Thank you in advance for your help.

Ilias.


Reply via email to