| mosHTML::CloseButton |
|
Last reviewed: Not reviewed mosHTML::CloseButtonDisplays a standard close button for a pop-up window. The text on the button will be taken from the current language settings. Syntaxvoid CloseButton ( object &$params [, boolean $enable] )
ExamplesExample: // Set-up the parameters object. $params = & new mosParameters( '' ); $params->def( 'popup', true ); // Draw the Close button. mosHTML::CloseButton( $params ); Please report any errors on this page to the Developer Documentation Forum. |
|
| Last Updated ( Thursday, 26 October 2006 ) |