JHTMLImage/1.5
From Joomla! Documentation
< JHTMLImage(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JHTMLImage== | ||
| + | ===Description=== | ||
| + | {{Description:JHTMLImage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JHTMLImage|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHTMLImage|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLImage::administrator/1.5|administrator]] | |[[JHTMLImage::administrator/1.5|administrator]] | ||
|Checks to see if an image exists in the current templates image directory if it does it loads this image. | |Checks to see if an image exists in the current templates image directory if it does it loads this image. | ||
|- | |- | ||
| + | |public | ||
|[[JHTMLImage::site/1.5|site]] | |[[JHTMLImage::site/1.5|site]] | ||
|Checks to see if an image exists in the current templates image directory if it does it loads this image. | |Checks to see if an image exists in the current templates image directory if it does it loads this image. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/html/html/image.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.html.image' );</source> | <source lang="php">jimport( 'joomla.html.html.image' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JHTMLImage''' on [http://api.joomla.org/Joomla-Framework/Html/JHTMLImage.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JHTMLImage source code''' on [[jframework15:html/html/image.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
| + | * [[JHTMLImage|Other versions of JHTMLImage]] | ||
| + | {{SeeAlso:JHTMLImage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHTMLImage|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHTMLImage|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 40: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLImage]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JHTMLImage]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JHTMLImage
Description
Description:JHTMLImage [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | administrator | Checks to see if an image exists in the current templates image directory if it does it loads this image. |
| public | site | Checks to see if an image exists in the current templates image directory if it does it loads this image. |
- Defined in libraries/joomla/html/html/image.php
Importing
jimport( 'joomla.html.html.image' );
See also
-
JHTMLImage on api.joomla.org
-
JHTMLImage source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLImage
SeeAlso:JHTMLImage [Edit See Also]
User contributed notes
<CodeExamplesForm />