JHTML
From Joomla! Documentation
The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
Defined in[edit]
libraries/joomla/html/html.php
Methods[edit]
Method name | Description |
---|---|
_ | Class loader method |
link | Write a element |
image | Write a </img> element |
iframe | Write a <iframe></iframe> element |
script | Write a <script></script> element |
stylesheet | Write a <link rel="stylesheet" style="text/css"> element |
date | Returns formated date according to current local and adds time offset |
tooltip | Creates a tooltip with an image as button |
calendar | Displays a calendar control field |
addIncludePath | Add a directory where JHTML should search for helpers. You may either pass a string or an array of directories. |
Importing[edit]
jimport( 'joomla.html.html' );
Examples[edit]
Code Examples[edit]