'actions' => array(
array(
'caption' => Mage::helper('productfaq')->__('Edit'),
'url' => array(
'base'=>'*/*/edit',
),
'field' => 'id',
'target' =>'_blank'
)
),
[color=red][b] 'target' =>'_blank'[/b][/color]
增加target即可
本文介绍了一种针对 Magento 平台中产品 FAQ 编辑功能的改进方法,通过增加 '_blank' 参数使得编辑操作能在新窗口中打开,提高了用户体验。
1万+

被折叠的 条评论
为什么被折叠?



