Home
last modified time | relevance | path

Searched refs:exportConfig (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/
H A Daction.php28 protected $exportConfig;
964 $this->exportConfig = [];
967 $this->exportConfig['pagesize'] = $INPUT->str('pagesize', $this->getConf('pagesize'), true);
968 $this->exportConfig['orientation'] = $INPUT->str('orientation', $this->getConf('orientation'), true);
971 $this->exportConfig['font-size'] = $INPUT->str('font-size', $this->getConf('font-size'), true);
974 $this->exportConfig['doublesided'] = $doublesided ? '1' : '0';
976 $this->exportConfig['watermark'] = $INPUT->str('watermark', '');
1017 $this->exportConfig['hasToC'] = $hasToC;
1018 $this->exportConfig['levels'] = $levels;
1020 $this->exportConfig['maxbookmark
25 protected $exportConfig = null; global() variable in action_plugin_dw2pdf
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js2 …art.amExport&&!c.setup.chart.exportConfig)return;c.config=c.migrateSetup(c.setup.chart.amExport||c…
H A Dexport.js3152 } else if ( _this.setup.chart.amExport || _this.setup.chart.exportConfig ) {
3153 … _this.config = _this.migrateSetup( _this.setup.chart.amExport || _this.setup.chart.exportConfig );
/plugin/amcharts/assets/amcharts/
H A Damcharts.js105 …assName=this.classNamePrefix+"-chart-div";a.appendChild(k);var l=this.exportConfig;l&&d.AmExport&&…