PT Calendar Events Panel

From ADF Docs
Jump to: navigation, search

Overview

The Calendar Events Panel Application is built in the Application Development Framework (ADF).


Requirements

  • ADF Version 1.5.3 or higher
  • PT Calendar v3 or higher

ADF Library components that are required:

  • csdata_1_1
  • date_1_1
  • data_1_0
  • scripts_1_1
  • scriptsService_1_1
  • utils_1_0

ADF must be configured correctly for your site. Site Configuration (ADF.cfc) has instructions for configuration.

Pre-installation Considerations

Application Development Framework (ADF) must be setup and configured on the server for the site. For detailed instructions, see the Application Development Framework (ADF) wiki page for Site Configurations.

Installation/Setup

Each of the following steps should be completed fully and in the order presented:

Install the PT Calendar v3 Application

  1. Version 3.0 Install Guide

Extract the Panel Add-on Application

  1. Download the PT ADF Dashboard application from the the|commons projects SVN (http://community.paperthin.com/svn/pt_calendar_evemts_panel/tags/1.0/).
  2. Extract the zip file and place the directory in the "/ADF/apps/pt_calendar_evemts_panel/" directory.

CommonSpot Dashboard Left Pane Configuration

  1. Go the Site Administration, under the "Site Properties/Settings" menu on the left select the "Left Pane Settings" link.
  2. Select "Add Panel" at the bottom of the window.
  3. Complete the "Add Panel" form fields as follows:
    1. Name: Event Tools
    2. Description: Left pane dashboard for the Event Tools for the PT Calendar Application
    3. Panel URL: http://YOURSITEURL/ADF/apps/pt_calendar_events_panel/customcf/eventspanel.cfm?subsiteURL=/
      1. Where the path contains your site URL and the subsiteURL parameter is to the root of your site.
    4. Display State: Displayed as a Panel or Displayed as an Icon
    5. Panel Icon URL: http://YOURSITEURL/ADF/apps/pt_calendar_events_panel/images/icon.png
      1. Where the path contains your site URL.
  4. Save the form.
  5. Set the Security for the Left Pane. Change the security to only allow the specified content contributors groups to have "View Pane" permissions. Make sure to remove permissions for any groups that do not need access to the the Event Panel.

Getting Started