//application.ptCalendar2.scripts.loadJQuery(); //application.ptCalendar2.scripts.loadADFLightbox(); tdHTML = ""; //appConfig = application.ptCalendar2.getAppConfig(); newCellValue = ""; copyPageURL = ""; eventCopyLink = ""; copylbAction = "norefresh"; copyLBWidth = 500; copyLBHeight = 350; if ( structKeyExists(request.params.configStruct,"manage_event_copy_url") AND LEN(TRIM(request.params.configStruct['manage_event_copy_url'])) ) copyPageURL = request.params.configStruct['manage_event_copy_url']; else copyPageURL = ''; //if ( structKeyExists(appConfig,"manage_event_copy_url") AND LEN(TRIM(appConfig['manage_event_copy_url'])) ) //copyPageURL = appConfig['manage_event_copy_url']; AjaxPath = application.ADF.ajaxProxy; //AjaxBean = "forms_1_1"; //AjaxMethod = "renderAddEditForm"; AjaxBean = "eventForms"; AjaxMethod = "renderEventForm"; //AjaxDeleteBean = "forms_1_1"; //AjaxDeleteMethod = "renderDeleteForm"; AjaxDeleteBean = "eventForms"; AjaxDeleteMethod = "renderDeleteEventForm"; uniqueid = request.DataSheetRow['uniqueID'][Request.DataSheetRow.CurrentRow]; // Check if an copy page URL exists if ( LEN(copyPageURL) ) { eventCopyLink = ""; eventCopyLink = eventCopyLink & "
"; eventCopyLink = eventCopyLink & "
"; } else { eventCopyLink = "
"; }
#eventCopyLink#