Page 1 of 1

How to Position Toggle Bar in Panel?

Posted: 21 Feb 2011, 00:49
by slayerjv
Hello!

I am trying to make the toggle button to the left of the p:panel instead of its default position, which is to the right. Please help!

Thanks so much!

Re: How to Position Toggle Bar in Panel?

Posted: 31 Jan 2012, 22:18
by george.gastaldi
I have the same problem on Primefaces 3.0. Is there a workaround ?

I am using the following CSS, but IE refuses to display properly :(

Code: Select all

.ui-panel-titlebar-icon.ui-corner-all {
	float: left;
	margin-right: 5px;
}