Page 1 of 1

[SOLVED] J!1.5 - Preferences Button

Posted: Sat Feb 23, 2008 10:23 pm
by macbloke
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

Re: J!1.5 - Preferences Button

Posted: Sun Feb 24, 2008 1:00 pm
by radiant_tech
Stu,

Have a look at this article in the Documentation Wiki.

Re: J!1.5 - Preferences Button

Posted: Sun Feb 24, 2008 2:40 pm
by macbloke
Spot on thanks.

StuG