modx->getOption('manager_url',null,MODX_MANAGER_URL); $this->addJavascript($mgrUrl.'assets/modext/widgets/element/modx.panel.tv.renders.js'); $this->addJavascript($mgrUrl.'assets/modext/widgets/resource/modx.grid.resource.security.local.js'); $this->addJavascript($mgrUrl.'assets/modext/widgets/resource/modx.panel.resource.tv.js'); $this->addJavascript($mgrUrl.'assets/modext/widgets/resource/modx.panel.resource.js'); $this->addJavascript($mgrUrl.'assets/modext/widgets/resource/modx.panel.resource.static.js'); $this->addJavascript($mgrUrl.'assets/modext/sections/resource/create.js'); $this->addJavascript($mgrUrl.'assets/modext/sections/resource/static/create.js'); $this->addHtml(''); /* load RTE */ $this->loadRichTextEditor(); } /** * Return the location of the template file * @return string */ public function getTemplateFile() { return 'resource/staticresource/create.tpl'; } }