API17

Difference between revisions of "JHtmlBehavior::framework"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 36: Line 36:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlBehavior::framework source code''' on [[jplatform:html/html/behavior.php#cl-25|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlBehavior::framework source code''' on [[jplatform:html/html/behavior.php#cl-25|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlBehavior/11.1|JHtmlBehavior]]
+
* {{JVer|11.1}} Class [[API17:JHtmlBehavior|JHtmlBehavior]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlBehavior::framework|Other versions of JHtmlBehavior::framework]]
+
* [[API17:JHtmlBehavior::framework|Other versions of JHtmlBehavior::framework]]
 
{{SeeAlso:JHtmlBehavior::framework}}
 
{{SeeAlso:JHtmlBehavior::framework}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:52, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlBehavior::framework[edit]

Description[edit]

Method to load the MooTools framework into the document head.

Template:Description:JHtmlBehavior::framework [Edit Descripton]

public static function framework (
        $extras=false
        $debug=null
)
Parameter Type Default Description
$extras false
$debug null
  • Returns
  • Defined on line 33 of libraries/joomla/html/html/behavior.php

See also[edit]

Template:SeeAlso:JHtmlBehavior::framework [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />