JHTML
From Joomla! Documentation
JHTML Utility class for all HTML drawing classes in the Joomla Framework.
Contents |
Defined in
/libraries/joomla/html/html.php
Methods
| Method name | Description |
|---|---|
| addIncludePath | Add a directory where JHTML should search for helpers. You may either pass a string or an array of directories. |
| calendar | Displays a calendar control field |
| date | Returns formatted date according to current local and adds time offset |
| iframe | Write a <iframe></iframe> element |
| image | Write a <img></img> element |
| link | Write a <a></a> element |
| script | Write a <script></script> element |
| stylesheet | Write a <link rel="stylesheet" style="text/css" /> element |
| tooltip | Creates a tooltip with an image as button |
| _ | Class loader method |
Importing
This class is always available and does not need to be imported into your code.
