How can we add component admin menu

Pawan Kumar Posted in Beginning Developers 1 decade 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 1 decade ago

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

Pawan Kumar Replied 1 decade 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 1 decade 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.