API17

Difference between revisions of "JDocument::setTab"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎See also: moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JDocument::setTab|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JDocument::setTab|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDocument->setTab ($string)
+
public function setTab ($string)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 21:
 
|string
 
|string
 
|
 
|
|String used to indent ("\11", "\t", ' ', etc.). public
+
|String used to indent ("\11", "\t", ' ', etc.).
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' void
void
+
* '''Defined''' on line 698 of libraries/joomla/document/document.php
===Defined in===
 
libraries/joomla/document/document.php
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JDocument::setTab source code''' on [[jplatform:document/document.php#cl-690|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JDocument|JDocument]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 +
* [[API17:JDocument::setTab|Other versions of JDocument::setTab]]
 +
{{SeeAlso:JDocument::setTab}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocument::setTab|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JDocument::setTab|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JDocument/11.1|JDocument]]
+
===User contributed notes===
* [[JDocument::setTab|Other versions of this method]]
 
{{SeeAlso:JDocument::setTab}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 43:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocument]][[Category:JDocument::setTab]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:28, 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 JDocument::setTab[edit]

Description[edit]

Sets the string used to indent HTML.

Template:Description:JDocument::setTab [Edit Descripton]

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]

Template:SeeAlso:JDocument::setTab [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />