public function initializeDisplay($action)
 {
     parent::initializeDisplay($action);
     $this->template->addHeaderLink('FormRelationship.css');
     $this->template->addHeaderLink('mootools-core.js');
     $this->template->addHeaderLink('select_update.js');
     return true;
 }
 public function initializeDisplay($action)
 {
     parent::initializeDisplay($action);
     $module_factory = I2CE_ModuleFactory::instance();
     $this->template->addHeaderLink('FormRelationship.css');
     $this->template->addHeaderLink('mootools-core.js');
     $this->template->addHeaderLink('mootools-more.js');
     $this->template->addHeaderLink('select_update.js');
     if ($module_factory->isEnabled("web-services-lists")) {
         $this->template->addHeaderLink('I2CE_AjaxList.js');
     }
     return true;
 }
 public function initializeDisplay($action)
 {
     parent::initializeDisplay($action);
     $this->template->addHeaderLink('mootools-core.js');
     return true;
 }