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