API17:JHtml
From Joomla! Documentation
Revision as of 13:50, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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
Description
Description:JHtml [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | _ | Class loader method. |
| public static | addIncludePath | Add a directory where should search for helpers. |
| public static | calendar | Displays a calendar control field. |
| public static | core | |
| public static | date | Returns formated date according to a given format and time zone. |
| public static | iframe | Write a <iframe></iframe> element. |
| public static | image | Write a. |
| public static | isRegistered | Test if the key is registered. |
| public static | link | Write a element. |
| public static | register | Registers a function to be called with a specific key. |
| public static | script | Write a <script></script> element. |
| public static | setFormatOptions | Set format related options. |
| public static | stylesheet | Write a <link rel="stylesheet" style="text/css"> element. |
| public static | tooltip | Creates a tooltip with an image as button. |
| public static | unregister | Removes a key for a method from registry. |
| protected static | extract |
- Defined in libraries/joomla/html/html.php
Importing
jimport( 'joomla.html.html' );
See also
-
JHtml source code on BitBucket
-
Subpackage Html
- Other versions of JHtml
User contributed notes
<CodeExamplesForm />
