API17

Difference between revisions of "JDocument::setTab"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Sets the string used to indent HTML.  
 
Sets the string used to indent HTML.  
  
{{Description:JDocument::setTab}}
+
{{subst:Description:JDocument::setTab}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocument::setTab|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function setTab ($string)
 
public function setTab ($string)
Line 31: Line 29:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* [[API17:JDocument::setTab|Other versions of JDocument::setTab]]
 
* [[API17:JDocument::setTab|Other versions of JDocument::setTab]]
{{SeeAlso:JDocument::setTab}}
+
{{subst:SeeAlso:JDocument::setTab}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocument::setTab|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:18, 24 March 2017

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 JDocument::setTab[edit]

Description[edit]

Sets the string used to indent HTML.

{{subst:Description:JDocument::setTab}}

public function setTab ($string)
Parameter Type Default Description
$string string String used to indent ("\11", "\t", ' ', etc.).
  • Returns void
  • Defined on line 698 of libraries/joomla/document/document.php

See also[edit]

{{subst:SeeAlso:JDocument::setTab}}

User contributed notes[edit]

<CodeExamplesForm />