Exemple #1
0
 public function _construct()
 {
     parent::_construct();
     // Initialization block
     // ---------------------------------------
     $this->listing = $this->getHelper('Data\\GlobalData')->getValue('listing_for_products_add');
     $this->setId('ebayListingProductGrid' . $this->listing->getId());
     // ---------------------------------------
     $this->hideMassactionDropDown = true;
 }
Exemple #2
0
 public function _construct()
 {
     parent::_construct();
     $this->listing = $this->getHelper('Data\\GlobalData')->getValue('listing_for_products_add');
     // Initialization block
     // ---------------------------------------
     $this->setId('newAsinManualGrid');
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setUseAjax(true);
     // ---------------------------------------
 }
Exemple #3
0
 public function _construct()
 {
     parent::_construct();
     $this->listing = $this->getHelper('Data\\GlobalData')->getValue('listing_for_products_add');
     // Initialization block
     // ---------------------------------------
     $this->setId('listingProductGrid' . (isset($this->listing['id']) ? $this->listing['id'] : ''));
     // ---------------------------------------
     // Set default values
     // ---------------------------------------
     $this->setDefaultSort('product_id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
     // ---------------------------------------
     $this->hideMassactionDropDown = true;
 }
Exemple #4
0
 public function _construct()
 {
     parent::_construct();
     $this->listing = $this->getHelper('Data\\GlobalData')->getValue('view_listing');
 }