API17

Difference between revisions of "JHtmlImage"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JHtmlImage==
 
=={{JVer|11.1}} JHtmlImage==
 
===Description===
 
===Description===
{{Description:JHtmlImage}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlImage|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlImage::administrator/11.1|administrator]]
+
|[[API17:JHtmlImage::administrator|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 static  
 
|public static  
|[[JHtmlImage::site/11.1|site]]
+
|[[API17:JHtmlImage::site|site]]
 
|Checks to see if an image exists in the current templates image directory.  
 
|Checks to see if an image exists in the current templates image directory.  
 
|-
 
|-
Line 27: Line 25:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlImage source code''' on [[jplatform:html/html/image.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlImage source code''' on [[jplatform:html/html/image.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlImage|Other versions of JHtmlImage]]
+
* [[API17:JHtmlImage|Other versions of JHtmlImage]]
{{SeeAlso:JHtmlImage}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlImage|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlImage
 
category=JHtmlImage
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 44: Line 40:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlImage]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:12, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
public static administrator Checks to see if an image exists in the current templates image directory if it does it loads this image.
public static site Checks to see if an image exists in the current templates image directory.
  • Defined in libraries/joomla/html/html/image.php

Importing[edit]

jimport( 'joomla.html.html.image' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]