Some tips on WebSphere Portal navigation
WebSphere Portal navigation can often be complex. It can be difficult to navigate when you have multiple pages whose lists are expanded (WebSphere Portal automatically expands page lists by default).
To make it easier and more efficient to navigate WebSphere Portal, you can adjust <wps:navigation> so the nodes start out in their collapsed state.
If you want the navigator to start collapsed, you can change the property navigation.expansion.default state to false. You can find the property file under \portalserver\shared\app\config\services\ConfigService.properties.
Here are the settings you have to change:
# Determines if the navigation nodes in a tree are expanded or collapsed per default
# Default=true (means expanded)
navigation.expansion.defaultstate=false
Then, save the file. The WebSphere Portal navigation should now appear in a collapsed view, helping you to work more quickly and efficiently.
To make it easier and more efficient to navigate WebSphere Portal, you can adjust <wps:navigation> so the nodes start out in their collapsed state.
If you want the navigator to start collapsed, you can change the property navigation.expansion.default state to false. You can find the property file under \portalserver\shared\app\config\services\ConfigService.properties.
Here are the settings you have to change:
# Determines if the navigation nodes in a tree are expanded or collapsed per default
# Default=true (means expanded)
navigation.expansion.defaultstate=false
Then, save the file. The WebSphere Portal navigation should now appear in a collapsed view, helping you to work more quickly and efficiently.
No comments:
Post a Comment