API16:JDocument/setTab
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.
Contents |
Description
Sets the string used to indent HTML
Syntax
setTab($string)
| Parameter Name | Default Value | Description |
|---|---|---|
| $string | $string String used to indent ("\11", "\t", ' ', etc.). public |
Returns
void
Defined in
libraries/joomla/document/document.php
Importing
jimport( 'joomla.document.document' );
Source Body
function setTab($string) { $this->_tab = $string; }
[Edit See Also] SeeAlso:JDocument/setTab
Examples
<CodeExamplesForm />
