API17

Difference between revisions of "JHtml::setFormatOptions"

From Joomla! Documentation

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

Revision as of 20:51, 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 JHtml::setFormatOptions[edit]

Description[edit]

Set format related options.

Template:Description:JHtml::setFormatOptions [Edit Descripton]

public static function setFormatOptions ($options)
Parameter Type Default Description
$options array Option key/value pairs.
  • Returns
  • Defined on line 545 of libraries/joomla/html/html.php

See also[edit]

Template:SeeAlso:JHtml::setFormatOptions [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />