inclusion of "/assets/js/_core/_qc_packed.js" in * your HTML. Then, you can specify that QForm "ignore" all the other qcodo _core javascripts. * * @var array */ protected $strIgnoreJavaScriptFileArray = array(); /* protected $strIgnoreJavaScriptFileArray = array( '_core/calendar.js', '_core/calendar_popup.js', '_core/control.js', '_core/control_dialog.js', '_core/control_handle.js', '_core/control_move.js', '_core/control_resize.js', '_core/control_rollover.js', '_core/date_time_picker.js', '_core/event.js', '_core/listbox.js', '_core/logger.js', '_core/post.js', '_core/qcodo.js', '_core/treenav.js'); */ /** * This should be very rarely used. * * This mechanism acts similarly to the strIgnoreJavascriptFileArray, except it applies to StyleSheets. * However, any QControl that specifies a StyleSheet file to include is MEANT to have that property be modified / customized. * * Therefore, there should be little to no need for this attribute. However, it is here anyway, just in case. * * @var array */ protected $strIgnoreStyleSheetFileArray = array(); // protected $strIgnoreStyleSheetFileArray = array('datagrid.css', 'calendar.css', 'textbox.css', 'listbox.css'); } ?>