API16

API16:JHtml

From Joomla! Documentation

Defined in

libraries/joomla/html/html.php

Methods

Method name Description
_ Class loader method
register Registers a function to be called with a specific key
unregister Removes a key for a method from registry.
link Write a element
iframe Write a <iframe></iframe> element
image Write a element
stylesheet Write a <link rel="stylesheet" style="text/css"> element
script Write a <script></script> element
core
setFormatOptions Set format related options.
date Returns formated date according to a given format and time zone.
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.
call Function caller method

Importing

jimport( 'joomla.html.html' );



Examples

Code Examples