
Лучший Ответ Cheren-dow , 06 September 2015 - 11:11
woodman, измените метод _edit примерно на:
- /**
- * @return string
- */
- protected function _edit()
- {
- if (is_null($this->_selectInfo)) {
- $this->_selectInfo = $this->_getSelectInfo();
- }
- $values = $this->_getValuesList();
- $cascadeName = $this->getControlName('list-%s');
- $output = $this->app->html->_('control.text', $this->getControlName('rel'), $this->get('rel'), 'size="60" maxlength="255"');
- $output .= $this->app->jbhtml->selectCascade($this->_selectInfo, $cascadeName, $values, array(), $this->_selGroup);
- return $output;
- }
