JToolBarHelper/preferences
From Joomla! Documentation
preferences parameters
Writes a configuration button and invokes a cancel operation (eg a checkin)
- @param string The name of the component, eg, com_content
- @param int The height of the popup
- @param int The width of the popup
- @param string The name of the button
- @param string An alternative path for the configuation xml relative to JPATH_SITE
- @since 1.0
function preferences( $component, $height='150', $width='570', $alt = 'Preferences', $path = ' ' )
[Joomla 1.5.15]