[SOLVED] J!1.5 - Preferences Button

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
macbloke
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Feb 21, 2008 10:23 am

[SOLVED] J!1.5 - Preferences Button

Post by macbloke » Sat Feb 23, 2008 10:23 pm

Hi,

I'm in the process of developing a component and need to include some preferences.

To customise the Preference button, I am using the format:

Code: Select all

JToolBarHelper::preferences('com_componentname', , , , );
Is there a file or database table I need to enter the configuration details into? Where does that go in the component's path?

Cheers,

StuG
Last edited by macbloke on Sun Feb 24, 2008 2:40 pm, edited 1 time in total.

radiant_tech
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sat Dec 15, 2007 3:02 pm
Location: Washington DC Metro

Re: J!1.5 - Preferences Button

Post by radiant_tech » Sun Feb 24, 2008 1:00 pm

Stu,

Have a look at this article in the Documentation Wiki.
Denise

macbloke
Joomla! Apprentice
Joomla! Apprentice
Posts: 12
Joined: Thu Feb 21, 2008 10:23 am

Re: J!1.5 - Preferences Button

Post by macbloke » Sun Feb 24, 2008 2:40 pm

Spot on thanks.

StuG


Post Reply