Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 Joomla 2.5 中创建了一个组件,我已经成功安装了它,现在我需要添加一些将在菜单视图中配置的选项。所以当用户向一个菜单添加一个新的菜单项并且菜单类型是我的组件时,他也可以在菜单项视图中选择一些参数。我怎样才能做到这一点?
它位于为 Joomla 2.5 开发 MVC 组件的文档的第一页:
http://docs.joomla.org/Developing_a_Model-View-Controller_%28MVC%29_Component_for_Joomla!2.5_-_Part_05
要从组件中访问这些参数,请查看此页面上的“访问参数 - 前端”:
http://docs.joomla.org/Component_parameters