modx->lexicon('collections.template.page_title'); } public function process(array $scriptProperties = array()) {} public function loadCustomCssJs() { $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/extra/griddraganddrop.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/extra/collections.renderers.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/extra/collections.combo.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/widgets/template/column.window.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/widgets/template/column.grid.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/widgets/template/template.panel.js'); $this->addLastJavascript($this->collections->getOption('jsUrl').'mgr/sections/template/template.js'); $this->addHtml(' '); } public function getTemplateFile() { return $this->collections->getOption('templatesPath').'template/template.tpl'; } }