API17:JHtmlBehavior:: getJSObject
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlBehavior::_getJSObject
Description
Internal method to get a JavaScript object notation string from an array.
Description:JHtmlBehavior:: getJSObject [Edit Descripton]
Since
Synopsis
protected static JHtmlBehavior::_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 in
libraries/joomla/html/html/behavior.php
Referenced by
See also
SeeAlso:JHtmlBehavior:: getJSObject
Examples
<CodeExamplesForm />
