API17

JHtml

From Joomla! Documentation

Revision as of 15:52, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" 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.

[Edit Descripton] Template:Description:JHtml

Defined in[edit]

libraries/joomla/html/html.php

Subpackage[edit]

Html

Extends[edit]

Extended by[edit]

Methods[edit]

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[edit]

jimport( 'joomla.html.html' );

See also[edit]

Template:SeeAlso:JHtml [Edit See Also]

Examples[edit]

<CodeExamplesForm />