Is it possible to eliminate or edit the elements that separates primefaces layoutUnit elements (top, west, center, etc)?
These elements have id ending with
-resizer
I can’t find which class do it in primefaces-3.1.1.jar.
For example, when element layoutUnit west after generate into html has the css attribute
position: absolute;
left: 0px;
width: 94px;
then the right layoutUnit after generate into html element has the css attribute
position: absolute;
left: 107px;
because between them is generated resizer element(div) with attributes
position: absolute;
left: 100px;
width: 6px;
How can I avoid this effect?
Use gutter attribute. Set it to zero