JHTML/1.5
From Joomla! Documentation
< JHTML(Difference between revisions)
(Bulk upload by Doxiki2) |
m (JoomlaWikiBot moved page JHTML/15 to JHTML/1.5 without leaving a redirect: Fixing link, will move back pagname is problematic, moving back) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JHTML== | ||
| + | ===Description=== | ||
| + | {{Description:JHTML}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHTML|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHTML|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::_/1.5|_]] | |[[JHTML::_/1.5|_]] | ||
|Class loader method. | |Class loader method. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::addIncludePath/1.5|addIncludePath]] | |[[JHTML::addIncludePath/1.5|addIncludePath]] | ||
|Add a directory where should search for helpers. | |Add a directory where should search for helpers. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::calendar/1.5|calendar]] | |[[JHTML::calendar/1.5|calendar]] | ||
|Displays a calendar control field. | |Displays a calendar control field. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::date/1.5|date]] | |[[JHTML::date/1.5|date]] | ||
|Returns formated date according to current local and adds time offset. | |Returns formated date according to current local and adds time offset. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::iframe/1.5|iframe]] | |[[JHTML::iframe/1.5|iframe]] | ||
|Write a <iframe></iframe> element. | |Write a <iframe></iframe> element. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::image/1.5|image]] | |[[JHTML::image/1.5|image]] | ||
|Write a. | |Write a. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::link/1.5|link]] | |[[JHTML::link/1.5|link]] | ||
|Write a element. | |Write a element. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::script/1.5|script]] | |[[JHTML::script/1.5|script]] | ||
|Write a <script></script> element. | |Write a <script></script> element. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::stylesheet/1.5|stylesheet]] | |[[JHTML::stylesheet/1.5|stylesheet]] | ||
|Write a <link rel="stylesheet" style="text/css"> element. | |Write a <link rel="stylesheet" style="text/css"> element. | ||
|- | |- | ||
| + | |public | ||
|[[JHTML::tooltip/1.5|tooltip]] | |[[JHTML::tooltip/1.5|tooltip]] | ||
|Creates a tooltip with an image as button. | |Creates a tooltip with an image as button. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html' );</source> | <source lang="php">jimport( 'joomla.html.html' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JHTML''' on [http://api.joomla.org/Joomla-Framework/Html/JHTML.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JHTML source code''' on [[jframework15:html/html.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JHTML|Other versions of JHTML]] | ||
| + | {{SeeAlso:JHTML}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHTML|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHTML|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 64: | Line 74: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTML]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTML]]</noinclude> | ||
Latest revision as of 16:15, 13 February 2013
[edit]
JHTML
[edit] Description
Description:JHTML [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _ | Class loader method. |
| public | addIncludePath | Add a directory where should search for helpers. |
| public | calendar | Displays a calendar control field. |
| public | date | Returns formated date according to current local and adds time offset. |
| public | iframe | Write a <iframe></iframe> element. |
| public | image | Write a. |
| public | link | Write a element. |
| public | script | Write a <script></script> element. |
| public | stylesheet | Write a <link rel="stylesheet" style="text/css"> element. |
| public | tooltip | Creates a tooltip with an image as button. |
- Defined in libraries/joomla/html/html.php
[edit] Importing
jimport( 'joomla.html.html' );
[edit] See also
-
JHTML on api.joomla.org
-
JHTML source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTML
[edit] User contributed notes
<CodeExamplesForm />