| mosHTML::BackButton |
|
Last reviewed: Not reviewed mosHTML::BackButtonDisplays 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'. Syntaxvoid BackButton ( object &$params [, boolean $enable] )
ExamplesExample: This example uses the global configuration 'back_button' setting.global $mainframe; // 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 ); Please report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Thursday, 26 October 2006 ) |