Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Change Portlet Title Color

392220
Member Posts: 12
Hi,
I want to know how i can change portlet title color based on a condition. Either using java or javascript.
Platform
Weblogic Portal 10
Thanks
I want to know how i can change portlet title color based on a condition. Either using java or javascript.
Platform
Weblogic Portal 10
Thanks
Comments
-
I would recommend using the WLP LAF Genes feature, which you can use to programatically control various aspects of the LAF of your site. See http://edocs/wlp/docs102/portals/develop_ui_lookfeel.html#wp1066812 for more info.
George -
Hi,
May be better idea would be to make the portlet without title and then have your custom title in the portlet body. I am doing the same. Then you have full control on the look and feel of the portlet.
Vishnu -
I would suggest just changing the CSS (Stylesheet) that is connected to the title color in the LAF... It's real easy
This discussion has been closed.