Tips on using <af:panelCollection>
A couple of tips on using <af:panelCollection>
1. Use space delimiter if you want to turn off multiple 'default features' for the <af:panelCollection>
Example:
2. If you don't want the end user to hide specific columns using the 'View->Columns' option, set showRequired="true" for those columns. This setting will disable the columns in the 'View' menu.
1. Use space delimiter if you want to turn off multiple 'default features' for the <af:panelCollection>
Example:
<af:panelCollection id="pc1" featuresOff="detach freeze wrap" >
2. If you don't want the end user to hide specific columns using the 'View->Columns' option, set showRequired="true" for those columns. This setting will disable the columns in the 'View' menu.
Is there a way to hide the view menu on the ?
ReplyDeleteJeeven
ReplyDeleteYou can use featuresOff="viewMenu"
e.g:
featuresOff="statusBar viewMenu formatMenu showAsTopMenuItem showAsTopToolbarItem detach"
Hi Jobinesh
ReplyDeleteCan you confirm which version of JDev/ADF the featuresOff="viewMenu" became available please? We're using:
featuresOff="detach viewMenu"
...under JDev 11.1.1.2.0. The detach option is gone, but the View menu is still available.
Regards,
CM.
Chris,
ReplyDeleteOh may bad... Sorry for my oversight, 'featuresOff=viewMenu' appears to be not included as part of PS2 - (may be, part of future release)
No worries, thanks for the prompt update.
ReplyDeleteCM.
what about the action menu? Is there a way to hide the action menu?
ReplyDeleteHi Jobinesh ..Nice blog .... Can we turn Query by Example "filter" icon off yet ? Thanks.
ReplyDeletefeaturesOff="wrapMenuItem showAsTopMenuItem"....Coooll
ReplyDeleteRegards
Palanivel.