API15

API15:JHTML

From Joomla! Documentation

Revision as of 22:18, 22 March 2010 by Doxiki (talk | contribs) (New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JHTML}} ===Defined in=== libraries...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JHTML

Defined in

libraries/joomla/html/html.php

Methods

Method name Description
link Write a element
image Write a </amg> 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

jimport( 'joomla.html.html' );

[Edit See Also] Template:SeeAlso:JHTML

Examples

<CodeExamplesForm />