Difference between revisions of "PT Multimedia Configuration"
From ADF Docs
Dbeckstrom (talk | contribs) (Created page with '== Overview == The Multimedia Configuration Pages will be used to manage the PTMultiMedia Configuration custom element. Follow these steps to configure the datasheet and page for…') |
Dbeckstrom (talk | contribs) (→Overview) |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The Multimedia Configuration Pages will be used to manage the PTMultiMedia Configuration custom element. Follow these steps to configure the datasheet and page for adding media. | The Multimedia Configuration Pages will be used to manage the PTMultiMedia Configuration custom element. Follow these steps to configure the datasheet and page for adding media. | ||
+ | == Steps == | ||
+ | # Create a new page called 'Configuration Manager' in the ''/webadmin/multimedia/'' subsite. | ||
+ | # In the main content of the page, add a Custom Script element. | ||
+ | # Enter the explicit module path for: | ||
+ | ## ''/ADF/apps/pt_multimedia/customcf/multimedia_config_admin_ds.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 Media | ||
+ | ## Private: unchecked | ||
+ | ## Default View: unchecked | ||
+ | ## Description: View to manage all of the media | ||
+ | ## Datasheet Source: Form Result/Custom Element Sheet | ||
+ | # From the Datasheet Source dialog choose the "PTMultimedia 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. (TITLE,CAPTION, etc...) and then click "Finish". | ||
+ | # 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". | ||
+ | # From the Datasheet View Column Properties dialog choose the link for "Add a new action column". | ||
+ | # Within the Action Column Properties dialog enter the following information and click "Finish": | ||
+ | ## Header: Edit | ||
+ | ## Hide Header: Checked | ||
+ | ## Column Text: edit | ||
+ | ## Window Target Name: <leave blank> | ||
+ | ## Modules: edit-form-data.cfm | ||
+ | # From the Datasheet View Column Properties dialog, choose the link for "Add a new action column" again. | ||
+ | # Within the Action Column Properties dialog enter the following information and click "Finish": | ||
+ | ## Header: Delete | ||
+ | ## Hide Header: Checked | ||
+ | ## Column Text: delete | ||
+ | ## Window Target Name: <leave blank> | ||
+ | ## Modules: delete-form-data.cfm | ||
+ | # Close the Edit Column window. | ||
+ | # Publish the page. |
Revision as of 21:51, 16 August 2010
Overview
The Multimedia Configuration Pages will be used to manage the PTMultiMedia Configuration custom element. Follow these steps to configure the datasheet and page for adding media.
Steps
- Create a new page called 'Configuration Manager' in the /webadmin/multimedia/ subsite.
- In the main content of the page, add a Custom Script element.
- Enter the explicit module path for:
- /ADF/apps/pt_multimedia/customcf/multimedia_config_admin_ds.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 Media
- Private: unchecked
- Default View: unchecked
- Description: View to manage all of the media
- Datasheet Source: Form Result/Custom Element Sheet
- From the Datasheet Source dialog choose the "PTMultimedia 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. (TITLE,CAPTION, etc...) and then click "Finish".
- 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".
- From the Datasheet View Column Properties dialog choose the link for "Add a new action column".
- Within the Action Column Properties dialog enter the following information and click "Finish":
- Header: Edit
- Hide Header: Checked
- Column Text: edit
- Window Target Name: <leave blank>
- Modules: edit-form-data.cfm
- From the Datasheet View Column Properties dialog, choose the link for "Add a new action column" again.
- Within the Action Column Properties dialog enter the following information and click "Finish":
- Header: Delete
- Hide Header: Checked
- Column Text: delete
- Window Target Name: <leave blank>
- Modules: delete-form-data.cfm
- Close the Edit Column window.
- Publish the page.