Beispiel #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 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();
 }