rich:simpleTogglePanel on a Friday

It’s Friday so I figured why not post something very simple and easy. A few ways you can customize rich:simpleTogglePanel component:



.rich-stglpanel-marker {float: left}
.rich-stglpanel-header {text-align: right}





   
	RichFaces 3.3.0
	+
	-
  	RichFaces 3.3.0 is almost here.
  	New components include rich:editor and a4j:queue
  	


screenshot012.png

screenshot02.png

I’m using a slightly customized laguna skin (laguna2.skin.properties):

baseSkin=laguna
generalSizeFont=20px
headerSizeFont=20px

The file is placed in root of Java source.

web.xml file:


  org.richfaces.SKIN
  laguna2
 

Have a great weekend!

3 responses to “rich:simpleTogglePanel on a Friday”

  1. I tried the example of Max http://mkblog.exadel.com/?p=206 with RichFaces
    3.3.1 RC1, and there is an error, when the property is simpleTogglePanel
    opened = “false” always begin this open.

  2. I just ran it with RichFaces 3.3.1 CR1 and it worked. When the page was rendered for the first time, the panel was closed.

Leave a comment