Difference between revisions of "PT Calendar2 Site Configuration"
From ADF Docs
Gcronkright (talk | contribs) (Created page with 'Back to PT Calendar Overview') |
Gcronkright (talk | contribs) |
||
Line 1: | Line 1: | ||
Back to [[Calendar|PT Calendar Overview]] | Back to [[Calendar|PT Calendar Overview]] | ||
+ | |||
+ | == Overview == | ||
+ | The Calendar App uses a custom element to store site specific configurations. | ||
+ | |||
+ | <!-- The Forum App needs to know the profile element name, unique field, roles, subsite ids, and template ids for the site. --> | ||
+ | |||
+ | The fields for the ptCalendar2 Configuration custom element are defined below. | ||
+ | |||
+ | == Configuration Fields == | ||
+ | There are several Configuration Fields: | ||
+ | # '''CS USERS DSN''' - Where the Calendar will get the Users info for event category notifications. (Example: commonspot-users) | ||
+ | # '''Caendar UI Theme''' - The Calendar app utilizes [http://jqueryui.com/themeroller/ jQueryUI Themes] for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder. | ||
+ | |||
+ | More configuration details to come... | ||
+ | |||
+ | <!-- # '''ADD_URL''' - Site relative URL for the Photo Add page. (Example: /webadmin/photogalleryadmin/lightbox/Photo-Add.cfm) | ||
+ | # '''UPLOAD_FORM_URL''' - Site relative URL for the Photo Upload page. (Example: /webadmin/photogalleryadmin/lightbox/Photo-Upload.cfm) | ||
+ | # '''UPLOAD_URL''' - URL Path on the server to store the uploaded photos. (Example: /_cs_apps/pt_photo_gallery/uploads/) | ||
+ | # '''UPLOAD_PATH''' - Server Path on the server to store the uploaded photos. (Example: D:/full/path/to/this/dir/_cs_apps/pt_photo_gallery/uploads/) | ||
+ | # '''UPLOAD_DOC_TYPES''' - Photo file types that are allowed to be uploaded. (Example: jpg,gif,bmp,png) --> | ||
+ | |||
+ | [[Category:Calendar]][[Category:Site Configuration]] |
Revision as of 05:54, 22 April 2010
Back to PT Calendar Overview
Overview
The Calendar App uses a custom element to store site specific configurations.
The fields for the ptCalendar2 Configuration custom element are defined below.
Configuration Fields
There are several Configuration Fields:
- CS USERS DSN - Where the Calendar will get the Users info for event category notifications. (Example: commonspot-users)
- Caendar UI Theme - The Calendar app utilizes jQueryUI Themes for styling of buttons, etc. There are some pre-installed themes that come with the ADF in the Thirdparty folder.
More configuration details to come...