James,
I verified the colors and style where not being set on the <td> element,
just the <TR>, in the title area of jetspeed.vm.
>From <jetspeed_home>/WEB-INF/templates/vm/contols/jetspeed.vm
** Current **
<td align="left" nowrap="true" valign="middle" width="100%">
$portlet.Title
</td>
** Corrected **
<td align="left" nowrap="true" valign="middle" width="100%" #if
(${skin.TitleStyleClass}) class="${skin.TitleStyleClass}" #end #if
(${titlestyle}) style="${titlestyle}" #end>
$portlet.Title
</td>
I will commit the change shortly.
Paul Spencer
WANG Zheng, James wrote:
> Dear Paul
> I had added a new skin entry like this
>
> <skin-entry name="gedas" hidden="false">
> <property name="text-color" value="#FF0000" hidden="false"/>
> <property name="background-color" value="#ffffff" hidden="false"/>
> <property name="title-text-color" value="#FFFFFF" hidden="false"/>
> <property name="title-background-color" value="#003366"
> hidden="false"/>
> <property name="title-style-class" value="TitleStyleClass"
> hidden="false"/>
> <property name="highlight-text-color" value="#ffffff"
> hidden="false"/>
> <property name="highlight-background-color" value="#000000"
> hidden="false"/>
> </skin-entry>
> it seem that "title-background-color" take effect and become blue(#FFFFFF),
> but "title-text-color" is still black(#000000)
> althought i change it to white(#FFFFFF),so the title-text is not clear
> because color blue and black are same in hue.,why
> and how?
>
> and
> "text-color" value="#FF0000"
>
> it take effect, text in each pane become red "FF0000",why?
>
> Best regards.
>
> James Wang
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>