calGlobalConfig = application.ptCalendar2.getAppConfig();
// Set the UI theme from the Configuration Element
UItheme = 'redmond';
if ( structKeyExists(calGlobalConfig,"calendar_app_ui_theme") AND LEN(TRIM(calGlobalConfig['calendar_app_ui_theme'])) )
UItheme = calGlobalConfig['calendar_app_ui_theme'];
// load jQuery headers
application.ptCalendar2.scripts.loadJQuery();
// load headers for jQuery light box
application.ptCalendar2.scripts.loadADFLightbox();
// load header for jQuery UI
application.ptCalendar2.scripts.loadJQueryUI(themeName=UItheme);
ManageElementName = "Event Categories";
ManagePageTitleText = "Manage Event Categories";
AddRecordLinkText = "Add New Event Category";
AjaxPath = application.ADF.ajaxProxy;
AjaxBean = "forms_1_1";
renderForm = "renderAddEditForm";
formID = application.ptCalendar2.getEventCategoriesFormID();
dpid = 0;
formResultHTML = "";
lightboxwidth = 640;
lightboxheight = 500;
#ManagePageTitleText#