Difference between revisions of "PT Calendar2 Manage Event Organizations"
From ADF Docs
Gcronkright (talk | contribs) |
Gcronkright (talk | contribs) (→Steps) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
== Overview == | == Overview == | ||
− | The Event Organizations element is a global custom element. Managing data for global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure the datasheet to manage the | + | The '''Event Organizations''' element is a global custom element. Managing data for global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure the datasheet to manage the '''Event Organizations''' element data. |
== Steps == | == Steps == | ||
− | #Create a new page called 'Manage | + | #Create a new page called 'Manage Event Organizations' from the Base Plus One (or a Web Admin template) and in the ''/webadmin/calendar/'' subsite. |
#In the main content of the page, add a Custom Script element. | #In the main content of the page, add 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: | #Enter the following text into the Explicit Module path: | ||
− | ## /ADF/apps/ | + | ## /ADF/apps/pt_calendar2/customcf/manage_event_organizations_header.cfm |
# From the Datasheet element interface, click the "Datasheet" icon. | # 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. | # 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: | + | ## Name: All Event Organizations View |
## Private: unchecked | ## Private: unchecked | ||
## Default View: checked | ## Default View: checked | ||
− | ## Description: View to manage | + | ## Description: View to manage All Event Organizations |
## Datasheet Source: Form Result/Custom Element Sheet | ## Datasheet Source: Form Result/Custom Element Sheet | ||
− | # From the Datasheet Source dialog choose the " | + | # From the Datasheet Source dialog choose the "Event Organizations" custom element and click "Next". |
− | # From the Datasheet Columns Dialog select the columns | + | # From the Datasheet Columns Dialog select the columns '''Name''' and '''Active''' from the Available Columns list and move them to the Selected Columns list 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". | ||
− | # | + | # 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: 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 | ||
## Click Finish | ## Click Finish | ||
# Close the Edit Column window. | # Close the Edit Column window. | ||
− | # | + | # Publish this page. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Calendar]] | [[Category:Calendar]] |
Latest revision as of 13:54, 3 May 2010
Back to Build Subsites, Templates and Pages
Overview
The Event Organizations element is a global custom element. Managing data for global custom elements can be configured easily through the use of Datasheets. The following sections will describe how to configure the datasheet to manage the Event Organizations element data.
Steps
- Create a new page called 'Manage Event Organizations' from the Base Plus One (or a Web Admin template) and in the /webadmin/calendar/ subsite.
- In the main content of the page, add 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_calendar2/customcf/manage_event_organizations_header.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 Event Organizations View
- Private: unchecked
- Default View: checked
- Description: View to manage All Event Organizations
- Datasheet Source: Form Result/Custom Element Sheet
- From the Datasheet Source dialog choose the "Event Organizations" custom element and click "Next".
- From the Datasheet Columns Dialog select the columns Name and Active from the Available Columns list and move them to the Selected Columns list 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" again.
- 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
- Click Finish
- Close the Edit Column window.
- Publish this page.