コード例 #1
0
ファイル: Product.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('catalog_category_products');
     $this->setDefaultSort('entity_id');
     $this->setUseAjax(true);
 }
コード例 #2
0
ファイル: Grid.php プロジェクト: santhosh400/ecart
 /**
  * Set defaults
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('slidersGrid');
     $this->setDefaultSort('slider_id');
     $this->setDefaultDir('desc');
 }
コード例 #3
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('productsReportGrid');
     $this->setDefaultSort('entity_id');
     $this->setDefaultDir('desc');
 }
コード例 #4
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_creditmemo_grid');
     $this->setDefaultSort('created_at');
     $this->setDefaultDir('DESC');
 }
コード例 #5
0
ファイル: Grid.php プロジェクト: sagmahajan/aswan_release
 /**
  * Initialize grid
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('rmaGrid');
     $this->setDefaultSort('date_requested');
     $this->setDefaultDir('DESC');
 }
コード例 #6
0
ファイル: Product.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('googleshopping_selection_search_grid');
     $this->setDefaultSort('id');
     $this->setUseAjax(true);
 }
コード例 #7
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('cmsPageGrid');
     $this->setDefaultSort('identifier');
     $this->setDefaultDir('ASC');
 }
コード例 #8
0
ファイル: Grid.php プロジェクト: hyhoocchan/mage-local
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('customVariablesGrid');
     $this->setDefaultSort('variable_id');
     $this->setDefaultDir('ASC');
 }
コード例 #9
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 /**
  * Set ajax/session parameters
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_recurring_profile_grid');
     $this->setUseAjax(true);
     $this->setSaveParametersInSession(true);
 }
コード例 #10
0
ファイル: Grid.php プロジェクト: kushhot/mostimportantmgdata
 public function _construct()
 {
     parent::_construct();
     $this->zoneType = Mage::registry('msp_cashondelivery_zone');
     $this->setId('cashondeliveryGrid');
     $this->_controller = 'msp_cashondelivery';
 }
コード例 #11
0
ファイル: Grid.php プロジェクト: ridhoq/mxpi-twitter
 /**
  * Prepare grid.
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('attributeNameGrid');
     $this->setDefaultSort('attribute_name');
     $this->setVarNameFilter('attribute_name_filter');
 }
コード例 #12
0
ファイル: Grid.php プロジェクト: jpbender/mage_virtual
 /**
  * Initialize grid settings
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('find_feed_list_items');
     $this->setDefaultSort('id');
     $this->setUseAjax(true);
 }
コード例 #13
0
ファイル: Abstract.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('attributeGrid');
     $this->setDefaultSort('attribute_code');
     $this->setDefaultDir('ASC');
 }
コード例 #14
0
ファイル: Cart.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setUseAjax(true);
     $this->_parentTemplate = $this->getTemplate();
     $this->setTemplate('customer/tab/cart.phtml');
 }
コード例 #15
0
ファイル: Chooser.php プロジェクト: natxetee/magento2
 /**
  * Block construction, prepare grid params
  *
  * @param array $arguments Object data
  */
 protected function _construct()
 {
     parent::_construct();
     //$this->setDefaultSort('name');
     $this->setUseAjax(true);
     $this->setDefaultFilter(array('chooser_is_active' => '1'));
 }
コード例 #16
0
ファイル: Orders.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('customer_orders_grid');
     $this->setDefaultSort('created_at', 'desc');
     $this->setUseAjax(true);
 }
コード例 #17
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('types_grid');
     $this->setSaveParametersInSession(true);
     $this->setUseAjax(true);
 }
コード例 #18
0
ファイル: Chooser.php プロジェクト: natxetee/magento2
 /**
  * Block constructor, prepare grid params
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setDefaultSort('rule_id');
     $this->setDefaultDir('ASC');
     $this->setUseAjax(true);
 }
コード例 #19
0
ファイル: Versions.php プロジェクト: jpbender/mage_virtual
 public function _construct()
 {
     parent::_construct();
     $this->setUseAjax(true);
     $this->setId('versions');
     $this->setSaveParametersInSession(true);
 }
コード例 #20
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 /**
  * Initialize Grid block
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_defaultLimit = 200;
     $this->setId('extension_custom_edit_grid');
     $this->setUseAjax(true);
 }
コード例 #21
0
 /**
  * Internal constructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('widgetInstanceGrid');
     $this->setDefaultSort('instance_id');
     $this->setDefaultDir('ASC');
 }
コード例 #22
0
ファイル: Grid.php プロジェクト: xiaoguizhidao/magento
 protected function _construct()
 {
     parent::_construct();
     $this->setUseAjax(true);
     $this->setId('listpostsGrid');
     $this->setDefaultSort('list_id');
     $this->setDefaultDir('desc');
 }
コード例 #23
0
 /**
  * Block constructor
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('order_items_grid');
     $this->setDefaultSort('item_id');
     $this->setUseAjax(true);
     $this->setPagerVisibility(false);
 }
コード例 #24
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('pollGrid');
     $this->setDefaultSort('poll_title');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
 }
コード例 #25
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 /**
  * Initialize Grid block
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('onlineGrid');
     $this->setSaveParametersInSession(true);
     $this->setDefaultSort('last_activity');
     $this->setDefaultDir('DESC');
 }
コード例 #26
0
 public function _construct()
 {
     parent::_construct();
     $this->setDefaultSort('id');
     $this->setId('forkel_opengraph_entity_grid');
     $this->setDefaultDir('desc');
     $this->setSaveParametersInSession(true);
 }
コード例 #27
0
ファイル: Grid.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->setId('sales_order_create_customer_grid');
     $this->setRowClickCallback('order.selectCustomer.bind(order)');
     $this->setUseAjax(true);
     $this->setDefaultSort('entity_id');
 }
コード例 #28
0
ファイル: Grid.php プロジェクト: lmcro/magecache
 /**
  * Set defaults
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('actionsGrid');
     $this->setDefaultSort('position');
     $this->setDefaultDir('asc');
     $this->setSaveParametersInSession(false);
 }
コード例 #29
0
 /**
  * Construct grid block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setId('authorizedTokensGrid');
     $this->setUseAjax(true);
     $this->setSaveParametersInSession(true);
     $this->setDefaultSort('entity_id')->setDefaultDir(Varien_Db_Select::SQL_DESC);
 }
 /**
  * Initialize grid settings
  *
  */
 public function _construct()
 {
     parent::_construct();
     $this->setId('ecodesGrid');
     $this->setDefaultSort('id');
     $this->setDefaultDir('DESC');
     $this->setSaveParametersInSession(true);
 }