Magento自定义模块:如何创建管理菜单 [英] Magento Custom Module: How to Create Admin menu

查看:51
本文介绍了Magento自定义模块:如何创建管理菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Finder
Setting

从管理菜单设置转到自定义模块的系统/配置的网址.

what should be the url to go to system/configuration of our custom module from admin menu setting.

<menu>
 <finder module="finder">
  <title>finder</title>
    <sort_order>71</sort_order>               
      <children>
    <items module="finder">
    <title>Manage Finder</title>
    <sort_order>0</sort_order>
    <action>finder/adminhtml_finder</action>
   </items>
       <items module="finder">
    <title>Setting</title>
    <sort_order>0</sort_order>
    <action> ????  </action>
</items>
  </children>
    </finder>
    </menu>

推荐答案

杰克,您可以采取以下措施:

Jack you can give action like follow :

<action>adminhtml/system_config/edit/section/your menu item</action>

http://inchoo.net/ecommerce/magento /create-configuration-for-your-magento-extension/这是一个很好的例子.

http://inchoo.net/ecommerce/magento/create-configuration-for-your-magento-extension/ this one is one of the good example.

这篇关于Magento自定义模块:如何创建管理菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆