Search code examples
xmlpaneloracle-adfjdeveloper

Removing / hiding the "collapser" of an <af:panelSplitter>


I'm working on an Oracle ADF Fusion project using JDeveloper 12c (12.2.1.4.0). When I had to do some changes on several jsf pages I came to this tiny problem that I didn't find a way to get rid of that "collapser" button that seems to get implemented automatically whenever i use an <af:panelSplitter> no matter of the splitter position (see yellow spots and ignore the clumsy censoring).

Screenshot with yellow marked collapsers and a lot of clumsy paint

I looked up for the documentation of the <af:panelsplitter> but the only thing I found was the attribute collapsed. Trying to set that to false manually (and not use the setting default (false)) didn't get me rid of them. Is there maybe a parameter I can add to the xml source of the jsf page that's not mentioned in the documentation? Thanks in advance!


Solution

  • Can you tell us your exact JDev version, please?

    User the 'disabled' property of the <af:panelSplitter>. This will hide the icon.