I want to change the style of the rich:simpleTogglePanel to look like as a common link would.
This page shows exactly what I want to do and what I'm getting right now. I want to do something that looks exactly like the 'View source' link that stands below every example. The code I'm using is the same as seen in the 'Client Switch Type' example:
<rich:simpleTogglePanel switchType="client" label="Client Switch Type" height="90px">
The switching between showing and hiding the toggle panel content
performs on the client side.
</rich:simpleTogglePanel>
My goal is to create an 'advanced search' link under a search bar. The panel will contain the advanced search contents. (the extra fields)
I'm using JSF 1.2 and Richfaces.