API17:JHtml::iframe
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtml::iframe
Description
Write a <iframe></iframe> element.
Description:JHtml::iframe [Edit Descripton]
Since
Synopsis
public static JHtml::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 |
Returns
Defined in
libraries/joomla/html/html.php (line 223)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
