Sunday, February 9, 2014

How to turn off some features in PanelCollection component


This blog outlines about how to hide some of the features of <af:panelCollection> component

<af:panelCollection id="pc1" featuresOff="freezeMenuItem">

<af:panelCollection id="pc1" featuresOff="detachMenuItem">

<af:panelCollection id="pc1" featuresOff="sortMenuItem">

<af:panelCollection id="pc1" featuresOff="reorderColumnsMenuItem">

<af:panelCollection id="pc1" featuresOff="resizeColumnsMenuItem">

<af:panelCollection id="pc1" featuresOff="wrapMenuItem">

<af:panelCollection id="pc1" featuresOff="showAsTopMenuItem">

<af:panelCollection id="pc1" featuresOff="scrollToFirstMenuItem">

<af:panelCollection id="pc1" featuresOff="scrollToLastMenuItem">

<af:panelCollection id="pc1" featuresOff="freezeToolbarItem">

<af:panelCollection id="pc1" featuresOff="detachToolbarItem">

<af:panelCollection id="pc1" featuresOff="wrapToolbarItem">

<af:panelCollection id="pc1" featuresOff="showAsTopToolbarItem">

<af:panelCollection id="pc1" featuresOff="wrap">

<af:panelCollection id="pc1" featuresOff="freeze">

<af:panelCollection id="pc1" featuresOff="detach">

 <af:panelCollection id="pc1" featuresOff="statusBar">

 <af:panelCollection id="pc1" featuresOff="viewMenu">

No comments:

Post a Comment