API17

Difference between revisions of "JDocument::addStyleSheet"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 48: Line 48:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocument::addStyleSheet source code''' on [[jplatform:document/document.php#cl-422|BitBucket]]
 
* {{JVer|11.1}} '''JDocument::addStyleSheet source code''' on [[jplatform:document/document.php#cl-422|BitBucket]]
* {{JVer|11.1}} Class [[JDocument/11.1|JDocument]]
+
* {{JVer|11.1}} Class [[API17:JDocument|JDocument]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocument::addStyleSheet|Other versions of JDocument::addStyleSheet]]
+
* [[API17:JDocument::addStyleSheet|Other versions of JDocument::addStyleSheet]]
 
{{SeeAlso:JDocument::addStyleSheet}}
 
{{SeeAlso:JDocument::addStyleSheet}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:26, 11 May 2013

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::addStyleSheet[edit]

Description[edit]

Adds a linked stylesheet to the page.

Template:Description:JDocument::addStyleSheet [Edit Descripton]

public function addStyleSheet (
        $url
        $type= 'text/css'
        $media=null
        $attribs=array
)
Parameter Type Default Description
$url string URL to the linked style sheet
$type string 'text/css' Mime encoding type
$media string null Media type that this stylesheet applies to
$attribs array()
  • Returns
  • Defined on line 430 of libraries/joomla/document/document.php

See also[edit]

Template:SeeAlso:JDocument::addStyleSheet [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />