API17

Difference between revisions of "JHtml"

From Joomla! Documentation

m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 83: Line 83:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtml source code''' on [[API17:Jplatform:html/html.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtml source code''' on [[API17:Jplatform:html/html.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
 
* [[API17:JHtml|Other versions of JHtml]]
 
* [[API17:JHtml|Other versions of JHtml]]
 
{{SeeAlso:JHtml}}
 
{{SeeAlso:JHtml}}
Line 92: Line 92:
 
<CodeExamplesForm />
 
<CodeExamplesForm />
  
<noinclude>[[Category:Platform 11.1]]
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>
[[Category:Archived pages API17]]
 
</noinclude>
 

Revision as of 20:50, 11 May 2013

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.

Joomla 11.1 JHtml[edit]

Description[edit]

Template:Description:JHtml [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static Class loader method.
public static addIncludePath Add a directory where should search for helpers.
public static calendar Displays a calendar control field.
public static core
public static date Returns formated date according to a given format and time zone.
public static iframe Write a <iframe></iframe> element.
public static image Write a.
public static isRegistered Test if the key is registered.
public static link Write a element.
public static register Registers a function to be called with a specific key.
public static script Write a <script></script> element.
public static setFormatOptions Set format related options.
public static stylesheet Write a <link rel="stylesheet" style="text/css"> element.
public static tooltip Creates a tooltip with an image as button.
public static unregister Removes a key for a method from registry.
protected static extract
  • Defined in libraries/joomla/html/html.php

Importing[edit]

jimport( 'joomla.html.html' );

See also[edit]

Template:SeeAlso:JHtml [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />