references:joomla.framework:document:jdocument-settabsetTab
Sets the string used to indent HTML. Syntaxvoid setTab ( $string )
ExamplesSet the indent string used to indent HTML. Example global $mainframe; $document =& JFactory::getDocument(); $document->setTab( ' ' ); echo "Tab: <" . $document->getTab() . ">"; Might produce: Result Tab: < > |


