API17:JHtml
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.
[Edit Descripton] Description:JHtml
Defined in
libraries/joomla/html/html.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _ | Class loader method. |
| addIncludePath | Add a directory where should search for helpers. |
| calendar | Displays a calendar control field. |
| core | |
| date | Returns formated date according to a given format and time zone. |
| iframe | Write a <iframe></iframe> element. |
| image | Write a. |
| isRegistered | Test if the key is registered. |
| link | Write a element. |
| register | Registers a function to be called with a specific key. |
| script | Write a <script></script> element. |
| setFormatOptions | Set format related options. |
| stylesheet | Write a <link rel="stylesheet" style="text/css"> element. |
| tooltip | Creates a tooltip with an image as button. |
| unregister | Removes a key for a method from registry. |
| extract |
Importing
jimport( 'joomla.html.html' );
See also
- JHtml source code in BitBucket
- Other versions of this class
Examples
<CodeExamplesForm />
