API15:JHTML
From Joomla! Documentation
(Difference between revisions)
(→Methods) |
|||
| Line 19: | Line 19: | ||
|- | |- | ||
|[[API15:JHTML/image|image]] | |[[API15:JHTML/image|image]] | ||
| − | |Write a </ | + | |Write a </img> element |
|- | |- | ||
|[[API15:JHTML/iframe|iframe]] | |[[API15:JHTML/iframe|iframe]] | ||
Latest revision as of 15:26, 5 October 2010
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.
[Edit Descripton] Description:JHTML
Contents |
[edit] Defined in
libraries/joomla/html/html.php
[edit] Methods
| Method name | Description |
|---|---|
| _ | Class loader method |
| link | Write a element |
| image | Write a </img> element |
| iframe | Write a <iframe></iframe> element |
| script | Write a <script></script> element |
| stylesheet | Write a <link rel="stylesheet" style="text/css"> element |
| date | Returns formated date according to current local and adds time offset |
| tooltip | Creates a tooltip with an image as button |
| calendar | Displays a calendar control field |
| addIncludePath | Add a directory where JHTML should search for helpers. You may either pass a string or an array of directories. |
[edit] Importing
jimport( 'joomla.html.html' );
[edit] Examples
<CodeExamplesForm />
