Reputation: 8424
I Have created a component in Joomla 2.5, I have succesfully installed it, and now I need to add some options that will be configured at the menu view. So when a user ads a new menu item to a menu and the menu type is my component, then he can also select some parameters at the menu item view. How can I do this?
Upvotes: 0
Views: 1713
Reputation: 571
It's on the first page of the docs for developing an MVC component for Joomla 2.5:
To access these params from within your component look at " Accessing the parameters - frontend" on this page:
http://docs.joomla.org/Component_parameters
Upvotes: 1