Difference between revisions of "PT Portlet Add Pod Wizard"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
  
 
== Steps ==
 
== Steps ==
#Create a new page called 'AddPodWizard' from the * [[PT_Portlet_Lightbox_Template|Lightbox Template]] and in the ''/lightbox/portlet/'' subsite.
+
# Create a new page called 'AddPodWizard' from the [[PT_Portlet_Lightbox_Template|Lightbox Template]] and in the ''/lightbox/portlet/'' subsite.
#In the main content of the page place a Custom Script element.
+
# In the main content of the page place a Custom Script element.
#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_forum/customcf/handle_message_add.cfm''.
+
# Enter the following text into the Explicit Module path:  
 +
## ''/ADF/apps/pt_Portlet/customcf/wizard_pod_types_select.cfm''.
 +
# Next, create another new page called 'AddPodWizard2' from the [[PT_Portlet_Lightbox_Template|Lightbox Template]] and in the ''/lightbox/portlet/'' subsite.
 +
# In the main content of this page place a Custom Script element.
 +
# From the Custom Script element interface, click the "Edit" icon.
 +
# Enter the following text into the Explicit Module path:
 +
## ''/ADF/apps/pt_portlet/customcf/wizard_pod_types_configure.cfm''.
 +
# From the list below "Configure Portlet Pod Type Forms:" select and configure the forms for each of the Pod Types that will will user configurable.
 +
# Repeat these steps for each Pod Type form:
 +
##
  
  

Revision as of 03:20, 30 April 2010

Back to Build Subsites, Templates and Pages

Overview

The Add Pod Wizard consists of two lightbox pages that portlet users use to configure new pods or select pre-configured pods and add them to their customized page.

Follow these steps to build the Add Pod Wizard.

Steps

  1. Create a new page called 'AddPodWizard' from the Lightbox Template and in the /lightbox/portlet/ subsite.
  2. In the main content of the page place 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:
    1. /ADF/apps/pt_Portlet/customcf/wizard_pod_types_select.cfm.
  5. Next, create another new page called 'AddPodWizard2' from the Lightbox Template and in the /lightbox/portlet/ subsite.
  6. In the main content of this page place a Custom Script element.
  7. From the Custom Script element interface, click the "Edit" icon.
  8. Enter the following text into the Explicit Module path:
    1. /ADF/apps/pt_portlet/customcf/wizard_pod_types_configure.cfm.
  9. From the list below "Configure Portlet Pod Type Forms:" select and configure the forms for each of the Pod Types that will will user configurable.
  10. Repeat these steps for each Pod Type form: