JHTML/1.5
From Joomla! Documentation
< JHTML(Difference between revisions)
(Layout updates) |
m (JoomlaWikiBot moved page JHTML/15 to JHTML/1.5 without leaving a redirect: Fixing link, will move back pagname is problematic, moving back) |
| (One intermediate revision by one user not shown) | |
Latest revision as of 16:15, 13 February 2013
[edit]
JHTML
[edit] Description
Description:JHTML [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.html.html' );
[edit] See also
-
JHTML on api.joomla.org
-
JHTML source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTML
[edit] User contributed notes
<CodeExamplesForm />