JDocument::addStyleDeclaration/1.5
From Joomla! Documentation
JDocument::addStyleDeclaration
Description
Adds a stylesheet declaration to the page.
Description:JDocument::addStyleDeclaration [Edit Descripton]
public function addStyleDeclaration ( $content $type= 'text/css' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $content | string | Style declarations | |
| $type | string | 'text/css' | Type of stylesheet (defaults to 'text/css') public |
- Returns void
- Defined on line 470 of libraries/joomla/document/document.php
See also
-
JDocument::addStyleDeclaration on api.joomla.org
-
JDocument source code on JoomlaCode
-
Class JDocument
-
Subpackage Document
- Other versions of JDocument::addStyleDeclaration
SeeAlso:JDocument::addStyleDeclaration [Edit See Also]
User contributed notes
<CodeExamplesForm />