API16

API16:JHtmlBehavior/mootools

From Joomla! Documentation

Revision as of 22:51, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Deprecated. Use JHtmlBehavior::framework() instead. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JHtmlBehavior/mootools|Edit Des...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Deprecated. Use JHtmlBehavior::framework() instead.

[Edit Descripton]

Template:Description:JHtmlBehavior/mootools

Syntax

static mootools($debug=null)
Parameter Name Default Value Description
$debug null $debug Is debugging mode on? [optional]

Returns

void

Defined in

libraries/joomla/html/html/behavior.php

Importing

jimport( 'joomla.html.html.behavior' );

Source Body

public static function mootools($debug = null)
{
        self::framework(true, $debug);
}

[Edit See Also] Template:SeeAlso:JHtmlBehavior/mootools

Examples

<CodeExamplesForm />