$params['triggerId'] = $this->_randomid();
}
+ if (empty($params['triggerContainer'])) {
+ $params['triggerContainer'] = $this->_randomid();
+ }
+
parent::__construct($params);
}
$config['params'] = array_merge(array(
'boxClass' => 'hordeACBox kronolithLongField',
'trigger' => $this->_params['triggerId'],
+ 'triggerContainer' => $this->_params['triggerContainer'],
'uri' => (string)$this->_getUrl($config['pretty'], $GLOBALS['registry']->getApp()),
'URI_IMG_HORDE' => (string)Horde_Themes::img(null, 'horde'),
'box' => !empty($this->_params['box']) ? $this->_params['box'] : ''