Home
last modified time | relevance | path

Searched +full:dw_edit_display +(+path:plugin +path:ckgedit) -(+path:plugin +path:ckgedit +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/ckgedit/
H A Dhelper.php65 $dw_edit_display = @$this->getConf('dw_edit_display');
66 if(!isset($dw_edit_display))return ""; //version 0.
67 if($dw_edit_display != 'all') {
69 if($dw_edit_display == 'admin' && ($INFO['isadmin'] || $INFO['ismanager']) ) {
72 if($dw_edit_display == 'none' || $admin_exclusion === false) {
/plugin/ckgedit/conf/
H A Ddefault.php10 $conf['dw_edit_display'] = 'all';
H A Dmetadata.php10 $meta['dw_edit_display'] = array('multichoice','_choices' => array('all','admin','none'));
/plugin/ckgedit/action/
H A Dmeta.php779 $dbl_click_auth = $this->getConf('dw_edit_display');