/** * Constructor */ function __construct() { parent::__construct(); }
function _getButtonName() { //$$$ hugh - for some reason, _getColName() screws up because getParams() returns the wrong params. // and as we don't seem to use the col name from the button name, lets skip it ... //return $this->_buttonPrefix ."-" . $this->_getColName(); return parent::_getButtonName(); }