springimport/magento2-module-massaction-newtab
Composer 安装命令:
composer require springimport/magento2-module-massaction-newtab
包简介
Allow open mass actions in new tabs.
README 文档
README
Allow open mass actions in new tabs.
Version Compatibility
| Magento Version | PHP Version | Status |
|---|---|---|
| 2.3.x - 2.4.x | 7.2 - 8.3 | ✅ Compatible |
| 2.2.x | 7.0 - 7.2 | ✅ Compatible |
| 2.0.x - 2.1.x | 5.5 - 7.1 | ✅ Compatible |
Installation
composer require springimport/magento2-module-massaction-newtab php bin/magento module:enable SpringImport_MassActionNewTab php bin/magento setup:upgrade
Usage
For setup action, create Vendor/Module/view/adminhtml/ui_component/sales_order_grid.xml and set inNewTab to true.
<?xml version="1.0" encoding="UTF-8"?> <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Ui/etc/ui_configuration.xsd"> <listingToolbar name="listing_top"> <massaction name="listing_massaction"> <action name="print_shipping_label"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="inNewTab" xsi:type="boolean">true</item> </item> </argument> </action> </massaction> </listingToolbar> </listing>
统计信息
- 总下载量: 3.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-13