Difference between revisions of "OHSU Navigation Upgrade v3.0"

From ADF Docs
Jump to: navigation, search
Line 4: Line 4:
 
  ''application should migrate to the native Tree Elements introduced with CommonSpot 9.''
 
  ''application should migrate to the native Tree Elements introduced with CommonSpot 9.''
  
 +
 +
== Site Configuration ==
 +
The custom field has been upgraded for CommonSpot 10.
 +
 +
# Go to Site Admin > Elements & Forms
 +
# Select the Field Types and Masks option from the left menu.
 +
# Scroll down until you find the Navigation custom field. 
 +
# Click on the pencil icon to the right of the field name.
 +
# Select "edit" from the pop-up menu.
 +
# Click on the Render Component tab
 +
# For the Explicit Render Component Path enter URL: 
 +
** /ADF/apps/ohsu_nav/customfields/nav_element_render.cfc
 +
 +
 +
This application uses the CommonSpot 10 resource loading.
 +
 +
# Go to Site Admin > Resources/Libraries and open the Registered Resources/Libraries dialog. 
 +
# Click on the Secondary tab and on the bottom of the dialog
 +
# Select the "Add Resource/Library" link. 
 +
## For the Resource Name enter:
 +
*** OHSUNavCSS 
 +
## Leave the Resource Category radio button set to Secondary. 
 +
## For the description enter: 
 +
*** "Loads the OHSUNav Interface Style Sheet" 
 +
# Then click on the "Resource URLS" tab and on the top of the dialog where it says "Early Loading" enter URL: 
 +
** "/ADF/apps/ohsu_nav/style/interface.css" 
 +
# Leave the type set to "Stylesheet".
 +
# Hit the "Add" button. 
 +
# At the bottom of this dialog select the "Save" button. 
 +
 +
Before using the App, don't forget to reset the ADF.
 +
 +
== Reset the ADF ==
 +
[[Reset ADF|Reset the ADF]] for the server and site.
 +
 +
<!--
 
== Site Configuration ==
 
== Site Configuration ==
 
Copy the version 3 OHSUNav files into the /ADF/apps/ohsu_nav/ directory and overwrite the existing files.
 
Copy the version 3 OHSUNav files into the /ADF/apps/ohsu_nav/ directory and overwrite the existing files.
Line 12: Line 48:
  
 
Reset the ADF.
 
Reset the ADF.
 +
-->

Revision as of 21:00, 6 May 2016

Back to OHSU Navigation

* This application has been deprecated and will no longer be supported.  PaperThin strongly recommends that customers utilizing this
application should migrate to the native Tree Elements introduced with CommonSpot 9.


Site Configuration

The custom field has been upgraded for CommonSpot 10.

  1. Go to Site Admin > Elements & Forms
  2. Select the Field Types and Masks option from the left menu.
  3. Scroll down until you find the Navigation custom field.
  4. Click on the pencil icon to the right of the field name.
  5. Select "edit" from the pop-up menu.
  6. Click on the Render Component tab
  7. For the Explicit Render Component Path enter URL:
    • /ADF/apps/ohsu_nav/customfields/nav_element_render.cfc


This application uses the CommonSpot 10 resource loading.

  1. Go to Site Admin > Resources/Libraries and open the Registered Resources/Libraries dialog.
  2. Click on the Secondary tab and on the bottom of the dialog
  3. Select the "Add Resource/Library" link.
    1. For the Resource Name enter:
      • OHSUNavCSS
    1. Leave the Resource Category radio button set to Secondary.
    2. For the description enter:
      • "Loads the OHSUNav Interface Style Sheet"
  1. Then click on the "Resource URLS" tab and on the top of the dialog where it says "Early Loading" enter URL:
    • "/ADF/apps/ohsu_nav/style/interface.css"
  1. Leave the type set to "Stylesheet".
  2. Hit the "Add" button.
  3. At the bottom of this dialog select the "Save" button.

Before using the App, don't forget to reset the ADF.

Reset the ADF

Reset the ADF for the server and site.