API17

Difference between revisions of "JHtmlBehavior:: getJSObject"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[modal/11.1|modal]]
+
** [[modal|modal]]
** [[tooltip/11.1|tooltip]]
+
** [[tooltip|tooltip]]
** [[tree/11.1|tree]]
+
** [[tree|tree]]
** [[uploader/11.1|uploader]]
+
** [[uploader|uploader]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlBehavior::_getJSObject source code''' on [[jplatform:html/html/behavior.php#cl-674|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlBehavior::_getJSObject source code''' on [[jplatform:html/html/behavior.php#cl-674|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::_getJSObject|Other versions of JHtmlBehavior::_getJSObject]]
+
* [[API17:JHtmlBehavior::_getJSObject|Other versions of JHtmlBehavior::_getJSObject]]
 
{{SeeAlso:JHtmlBehavior::_getJSObject}}
 
{{SeeAlso:JHtmlBehavior::_getJSObject}}
 
<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::_getJSObject[edit]

Description[edit]

Internal method to get a JavaScript object notation string from an array.

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

protected static function _getJSObject ($array=array())
Parameter Type Default Description
$array array array() The array to convert to JavaScript object notation
  • Returns string JavaScript object notation representation of the array
  • Defined on line 682 of libraries/joomla/html/html/behavior.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />