Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('customeraddressattributeGrid');
     $this->setDefaultSort('sort_order');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
 }
Ejemplo n.º 2
0
 /**
  * Initialize grid, set grid Id
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('rmaItemAttributeGrid');
     $this->setDefaultSort('sort_order');
 }
Ejemplo n.º 3
0
 /**
  * Initialize grid, set grid Id
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultSort('sort_order');
     $this->setId('customerAddressAttributeGrid');
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $entityType = $this->_getEntityTypeFromRegistry();
     $this->setId('goodaheadEtmAttributeGrid_' . $entityType->getEntityTypeCode());
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('editorAttributeGrid');
     $this->setUseAjax(true);
 }