JHTML::iframe/1.5
From Joomla! Documentation
JHTML::iframe
Description
Write a <iframe></iframe> element.
Description:JHTML::iframe [Edit Descripton]
public function iframe ( $url $name $attribs=null $noFrames= '' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | The relative URL to use for the src attribute | |
| $name | string | The target attribute to use | |
| $attribs | array | null | An associative array of attributes to add |
| $noFrames | string | The message to display if the iframe tag is not supported |
See also
-
JHTML::iframe on api.joomla.org
-
JHTML source code on JoomlaCode
-
Class JHTML
-
Subpackage Html
- Other versions of JHTML::iframe
SeeAlso:JHTML::iframe [Edit See Also]
User contributed notes
<CodeExamplesForm />