references:joomla.framework:document:jdocument-setlineendTable of Contents
setLineEnd
Sets the line end style to Windows, Mac, Unix or a custom string. Syntaxvoid setLineEnd ( $style )
ExamplesSet the line end style of the current document. Example global $mainframe; $document =& JFactory::getDocument(); $document->setLineEnd( 'mac' ); echo "Style: " . $document->getLang(); Might produce: Result Language: mac |


