Support Joomla!

references:joomla.legacy:1.5:moshtml-closebutton

Table of Contents

CloseButton

API Package Class phpDocumentor Last reviewed Doc status
Joomla.Legacy 1.5 mosHTML mosHTML->CloseButton never Work in progress

Adds columns to the list of columns to select from.

Syntax

void CloseButton ( object &$params [, boolean $enable] )

$params mixed is a Parameters object. If $params get( ‘popup’ ) is false then this function will not produce any output.
$enable mixed is a flag. If false then this function will not produce any output. This flag is optional and if omitted will default to false.

Examples

Example

// Set-up the parameters object.
$params = & new mosParameters( '' );
$params->def( 'popup', true );
 
// Draw the Close button.
mosHTML::CloseButton( $params );
 
references/joomla.legacy/1.5/moshtml-closebutton.txt (578 views) · Last modified: 2007/09/22 02:45