01-29-07 06:18 PM
Hello,
we have put some style in to the table headers on a jsf portlet using javasc
ript.The stlyes have been defined as classes in stylesheet.css under themes
in the web-application.
The styles work good when i test in Portal 5.1 UTE but doesnot give any effe
ct in a full wps6.0.
Info:
We are using datatable to show data Then to select the first row we use the
following jscript
document.getElementById("view<%=renderResponse.getNamespace()%>:table1").get
ElementsByTagName("th")[4].className="tableHeaderHighlighted";
where .tableHeaderHighlighted is defined in stylesheets.css.
good on Portal5.1 UTE.
[ Post a follow-up to this message ]
|