API17

Difference between revisions of "JDocument:: getTab"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Returns a string containing the unit for indenting HTML.  
 
Returns a string containing the unit for indenting HTML.  
  
{{Description:JDocument::_getTab}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocument::_getTab|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
Line 19: Line 17:
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocument::_getTab|Edit See Also]]<nowiki>]</nowiki>
+
* [[API17:JDocument|JDocument]]
</span>
+
* [[API17:JDocument::_getTab|Other versions of this method]]
* [[JDocument/11.1|JDocument]]
+
 
* [[JDocument::_getTab|Other versions of this method]]
 
{{SeeAlso:JDocument::_getTab}}
 
 
===Examples===
 
===Examples===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocument::_getTab
 
category=JDocument::_getTab
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocument]][[Category:JDocument::_getTab]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:51, 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::_getTab[edit]

Description[edit]

Returns a string containing the unit for indenting HTML.


Synopsis[edit]

public JDocument::_getTab ()

Returns[edit]

string

Defined in[edit]

libraries/joomla/document/document.php (line 754)

Referenced by[edit]

See also[edit]

Examples[edit]

Code Examples[edit]