Is it possible to edit the footer in the calendar when exporting it to PDF? Also, when searching for the code to edit; I found the following code listed below. It appears to me that when exporting the calendar to a PDF file it hits DHTMLX’s site to create the PDF file. Is this correct or am I wrong? I hope I am wrong because I find this to be a huge security risk as I am using it on internal company website and we do NOT want anybody outside our building access to our information. Please correct me if I am wrong.
Line 906: if ($settings[‘settings_pdf’] == ‘true’) {
Line 907: $scheduler .= "scheduler.config.export_.pdf_url = "http://dhtmlxscheduler.appspot.com/export/pdf";";
Line 907: $scheduler .= "scheduler.config.export_.pdf_url = "http://dhtmlxscheduler.appspot.com/export/pdf";";
Line 908: $scheduler .= “scheduler.config.export_.pdf_mode = “color”;”;
One last thing, it appears something is broken with the search feature of dhtmlx.com, everytime I tried searching with “PDF” it populated no results.