/**
  * Gets the link to the widget editor plus the widgets class name
  * @return {string} Link to the widget editor plus the widgets class name
  */
 public function FormAction()
 {
     return Controller::join_links($this->_widgetEditor->Link('field'), $this->_widget->ClassName, '');
 }