Difference between revisions of "PT Portlet Configuration"

From ADF Docs
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
# From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
 
# From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
 
# Enter the following information and then click "Next":
 
# Enter the following information and then click "Next":
## Name: Forums Configuration
+
## Name: Portlet Configuration
 
## Private: unchecked
 
## Private: unchecked
 
## Default View: unchecked
 
## Default View: unchecked
## Description: View to manage the Forums Configuration
+
## Description: View to manage the Portlet Configuration
 
## Datasheet Source: Form Result/Custom Element Sheet
 
## Datasheet Source: Form Result/Custom Element Sheet
# From the Datasheet Source dialog choose the "ptForums Configuration" custom element and click "Next".
+
# From the Datasheet Source dialog choose the "ptPortlet Configuration" custom element and click "Next".
# From the Datasheet Columns Dialog choose a few columns from the Available Columns list and move them to the Selected Columns list. (CS_USERS_DSN, Forum_UI_Theme, FORUM_HOME_URL, etc...) and then click "Finish".
+
# From the Datasheet Columns Dialog choose a few columns from the Available Columns list and move them to the Selected Columns list. (Portlet UI Theme, ADD POD WIZARD URL, ADD POD WIZARD STEP2 URL, etc...) and then click "Finish".
 
# You will be brought to the Datasheet View page; click "Close" to return to your page.
 
# You will be brought to the Datasheet View page; click "Close" to return to your page.
 
# You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
 
# You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
Line 31: Line 31:
 
# Publish the page.
 
# Publish the page.
  
== Create Forum Configuration Record ==
+
== Create Portlet Configuration Record ==
We are creating a single Forum Configuration element record to be used within the application.   
+
We are creating a single Portlet Configuration element record to be used within the application.   
  
 
Go to the '''Add New Config Data''' page and submit the form to create '''one record'''.   
 
Go to the '''Add New Config Data''' page and submit the form to create '''one record'''.   
Line 38: Line 38:
 
These fields will be completed as the pages are built.
 
These fields will be completed as the pages are built.
  
See the [[PT_Forums Site_Configuration|Site Configuration]] wiki page for more information on the fields and the correct values.
+
See the [[PT Portlet Site Configuration|Site Configuration]] wiki page for more information on the fields and the correct values.
  
 
[[Reset ADF|Reset the ADF]] for the server and site.
 
[[Reset ADF|Reset the ADF]] for the server and site.
  
 
[[Category:Portlet]]
 
[[Category:Portlet]]

Latest revision as of 23:53, 29 April 2010

Back to Build Subsites, Templates and Pages

Overview

The Portlet Configuration Page will be used to manage the PTPortlet Configuration custom element. Follow these steps to configure the datasheet and page for adding the configuration settings.

Steps

  1. Create a new page called 'Configuration Manager' in the /webadmin/portlet/ subsite.
  2. In the main content of the page, add a Custom Script element.
  3. Enter the explicit module path for:
    1. /ADF/apps/pt_portlet/customcf/manage_portlet_configuration_header.cfm
  4. From the Datasheet element interface, click the "Datasheet" icon.
  5. From the "Datasheet Views" dialog, follow the "Click here to create a new datasheet view" link.
  6. Enter the following information and then click "Next":
    1. Name: Portlet Configuration
    2. Private: unchecked
    3. Default View: unchecked
    4. Description: View to manage the Portlet Configuration
    5. Datasheet Source: Form Result/Custom Element Sheet
  7. From the Datasheet Source dialog choose the "ptPortlet Configuration" custom element and click "Next".
  8. From the Datasheet Columns Dialog choose a few columns from the Available Columns list and move them to the Selected Columns list. (Portlet UI Theme, ADD POD WIZARD URL, ADD POD WIZARD STEP2 URL, etc...) and then click "Finish".
  9. You will be brought to the Datasheet View page; click "Close" to return to your page.
  10. You will see the datasheet element on this page now. Click the Datasheet element interface icon again and this time choose "Edit Columns".
  11. From the Datasheet View Column Properties dialog choose the link for "Add a new action column" again.
  12. Within the Action Column Properties dialog enter the following information and click "Finish":
    1. Header: Edit
    2. Hide Header: Checked
    3. Column Text: edit
    4. Window Target Name: <leave blank>
    5. Modules: edit-form-data.cfm
  13. No 'Delete' Action needed.
  14. Publish the page.

Create Portlet Configuration Record

We are creating a single Portlet Configuration element record to be used within the application.

Go to the Add New Config Data page and submit the form to create one record.

These fields will be completed as the pages are built.

See the Site Configuration wiki page for more information on the fields and the correct values.

Reset the ADF for the server and site.