Magento Customer Grid Row在基于对话框模型的Popup中不起作用

时间:2015-02-03 10:38:03

标签: magento

var url =" getUrl(' / adminhtml / getGrid'); ?>?&#34 ;;

Dialog.info({url:url,options:{method:' get'}},         {className:" magento",top:40,width:650,zIndex:100,resizable:true,title:' New Answer',closable:true});

我使用上面的代码创建基于对话模式的Popup Grid。使用magento中的ajax请求加载网格。客户端网格将显示在Popup中,但网格行操作不起作用。我期待完美的解决方案。

1 个答案:

答案 0 :(得分:0)

我们需要管理网址的密钥。您可以使用以下命令获取Adminhtml网址:

$ url = Mage :: helper('adminhtml') - > getUrl(“yourmodule / adminhtml_yourcontroller / youraction”);