Difference between revisions of "PT Import Content Job Type Manager"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The Import Job Types are global custom elements. Managing data for these global custom elements can be configured easily through the use of Datasheets. The followi…')
 
(Steps)
Line 7: Line 7:
 
#From the Custom Script element interface, click the "Edit" icon.
 
#From the Custom Script element interface, click the "Edit" icon.
 
#Enter the following text into the Explicit Module path: /ADF/apps/pt_import_content/customcf/job_type_manager.cfm
 
#Enter the following text into the Explicit Module path: /ADF/apps/pt_import_content/customcf/job_type_manager.cfm
 +
# From the Datasheet element interface, click the "Datasheet" icon.
 +
# From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
 +
# Enter the following information and then click "Next":
 +
## Name: All Photo Size
 +
## Private: unchecked
 +
## Default View: unchecked
 +
## Description: View to manage all of the photo sizes
 +
## Datasheet Source: Form Result/Custom Element Sheet
 +
# From the Datasheet Source dialog, choose the "Photo_Size" custom element and click "Next".
 +
# From the Datasheet Columns dialog select the columns Title, Directory, Width, Height, Type and move them to the Selected Columns list then click "Finish".
 +
# You will be directed to the Datasheet View page.  Click "Close" to return to your page.
 +
# You will now see the datasheet element on this page. Click the Datasheet element interface icon again and choose "Edit Columns".
 
# Publish this page.
 
# Publish this page.
  
 
[[Category:Photo Gallery]]
 
[[Category:Photo Gallery]]

Revision as of 14:18, 31 March 2011

Overview

The Import Job Types are global custom elements. Managing data for these global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure a CommonSpot page to manage the data for this element.

Steps

  1. Create a new page with the title 'Job Type Manager' from the Base Plus One template and in the subsite /webadmin/importcontent/.
  2. In the main content of the page, add a Custom Script element.
  3. From the Custom Script element interface, click the "Edit" icon.
  4. Enter the following text into the Explicit Module path: /ADF/apps/pt_import_content/customcf/job_type_manager.cfm
  5. From the Datasheet element interface, click the "Datasheet" icon.
  6. From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
  7. Enter the following information and then click "Next":
    1. Name: All Photo Size
    2. Private: unchecked
    3. Default View: unchecked
    4. Description: View to manage all of the photo sizes
    5. Datasheet Source: Form Result/Custom Element Sheet
  8. From the Datasheet Source dialog, choose the "Photo_Size" custom element and click "Next".
  9. From the Datasheet Columns dialog select the columns Title, Directory, Width, Height, Type and move them to the Selected Columns list then click "Finish".
  10. You will be directed to the Datasheet View page. Click "Close" to return to your page.
  11. You will now see the datasheet element on this page. Click the Datasheet element interface icon again and choose "Edit Columns".
  12. Publish this page.