Difference between revisions of "Navigation Management Page"

From ADF Docs
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
** ChildList
 
** ChildList
 
** 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 /ADF/apps/ohsu_nav/datasheet-modules/is_promoted_parent.cfm column render handler
* Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm column handler
+
* Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm column render handler
 +
* Update the StartPointPageID column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
 +
* Update the ChildList column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
 +
* Update the ChildStartPoints column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
 
* Add edit/delete action columns
 
* Add edit/delete action columns
 
* Publish page
 
* Publish page
  
[[Category: Navigation]]
+
[[Category: OHSU Navigation]]

Latest revision as of 21:17, 19 December 2011

  • 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 /ADF/apps/ohsu_nav/datasheet-modules/is_promoted_parent.cfm column render handler
  • Update the SubsiteID column to use the /ADF/extensions/datasheet-modules/subsiteURL.cfm column render handler
  • Update the StartPointPageID column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
  • Update the ChildList column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
  • Update the ChildStartPoints column to use the /ADF/apps/ohsu_nav/datasheet-modules/pageIDlist-to-linkList.cfm column render handler
  • Add edit/delete action columns
  • Publish page