Home
last modified time | relevance | path

Searched +full:showexportbutton +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/conf/
H A Ddefault.php16 $conf['showexportbutton'] = 1;
H A Dmetadata.php16 $meta['showexportbutton'] = array('onoff');
/plugin/dw2pdf/
H A Daction.php1060 if ($this->getConf('showexportbutton') && $event->data['view'] == 'main') {
1089 if ($event->data['view'] != 'page' || !$this->getConf('showexportbutton')) {