references:joomla.legacy:1.5:moshtml-backbuttonTable of Contents
BackButton
Displays a standard back button. The text for the button will be taken from the current language settings. The button is created with a CSS class of ‘back_button’. This function has been deprecated in the conversion to patTemplate in Joomla! 1.5. It is no longer used by the Joomla! Core but is being kept for compatibility with third-party software. Syntaxvoid BackButton ( object &$params [, boolean $enable] )
ExamplesExample: This example uses the global configuration ‘back_button’ setting. Example // Set-up the Parameters object. $params = & new mosParameters( '' ); $params->def( 'back_button', $mainframe->getCfg( 'back_button' )); $params->def( 'popup', false ); // Draw the Back button. mosHTML::BackButton( $params ); |



