API17:JHtml::iframe
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 45: | Line 45: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/html/html.php | + | libraries/joomla/html/html.php (line 223) |
| + | * see source code in [[jplatform:html/html.php#cl-223|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:39, 23 April 2011
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 />
