JHTML/1.5
From Joomla! Documentation
< JHTML
JHTML
Description
Description:JHTML [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _ | Class loader method. |
| public | addIncludePath | Add a directory where should search for helpers. |
| public | calendar | Displays a calendar control field. |
| public | date | Returns formated date according to current local and adds time offset. |
| public | iframe | Write a <iframe></iframe> element. |
| public | image | Write a. |
| public | link | Write a element. |
| public | script | Write a <script></script> element. |
| public | stylesheet | Write a <link rel="stylesheet" style="text/css"> element. |
| public | tooltip | Creates a tooltip with an image as button. |
- Defined in libraries/joomla/html/html.php
Importing
jimport( 'joomla.html.html' );
See also
JHTML on api.joomla.org
JHTML source code on JoomlaCode
Subpackage Html- Other versions of JHTML