Difference between revisions of "Navigation Management Page"
From ADF Docs
(Created page with '* Create a CS page called "Manage Navigation" * Place the Datasheet element on this page * Configure a Datasheet View to display the Nav Element with the following columns in thi…') |
|||
Line 8: | Line 8: | ||
** ChildStartPoints | ** ChildStartPoints | ||
* Update the Parent column to use the /ohsu_nav/datasheet-modules/is_promoted_parent.cfm column handler | * Update the Parent column to use the /ohsu_nav/datasheet-modules/is_promoted_parent.cfm column handler | ||
− | * Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm | + | * Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm column handler |
− | |||
* Add edit/delete action columns | * Add edit/delete action columns | ||
* Publish page | * Publish page |
Revision as of 04:06, 18 February 2010
- Create a CS page called "Manage Navigation"
- Place the Datasheet element on this page
- Configure a Datasheet View to display the Nav Element with the following columns in this order:
- Parent
- SubsiteID
- StartPointPageID
- ChildList
- ChildStartPoints
- Update the Parent column to use the /ohsu_nav/datasheet-modules/is_promoted_parent.cfm column handler
- Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm column handler
- Add edit/delete action columns
- Publish page