input->get('id', 0, 'int'); $this->item = $this->get('style', 'Data', $id); $this->imagespath = ACCORDEONMENUCK_MEDIA_URL . '/images/interface/'; $this->interface = new CKInterfaceLight(); $this->input = new CKInput(); parent::display($tpl); } protected function renderPreviewMenu() { ?>
jQuery(document).ready(function(){ jQuery('#accordeonck_previewmodule').accordeonmenuck({" . "fadetransition : false," . "eventtype : 'click'," . "transition : 'linear'," . "menuID : 'accordeonck_previewmodule'," . "imageplus : '". plugins_url() ."/accordeon-menu-ck/assets/plus.png'," . "imageminus : '". plugins_url() ."/accordeon-menu-ck/assets/minus.png'," . "defaultopenedid : '0'," . "activeeffect : 'false'," . "duree : 500" . "}); }); "; echo($js); ?>