How can we add component admin menu

Pawan Kumar Posted in Beginning Developers 9 years ago

I want to add component setting in admin menu. like as insert alert etc.

how can we code it. what is it pre define functions.

Replies
Pawan Kumar Replied 9 years ago

how can we implement search Autosuggestion and Extracting URL on wall post?

Pawan Kumar Replied 9 years ago

How will we call another setting functions. like as add , edit? can you send me any link where you explain everything?

Indonesian Arsalan Shah Replied 9 years ago

In your component initialization function you have to register a settings page :

ossn_register_com_panel('componentName', 'settings'); 

Once you registered page, it will automatic add menu item.