API17

Difference between revisions of "JHtmlImage"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|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 27:
 
===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}}
 
{{SeeAlso:JHtmlImage}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 44: Line 44:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlImage]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:54, 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 JHtmlImage[edit]

Description[edit]

Template:Description:JHtmlImage [Edit Descripton]

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]

Template:SeeAlso:JHtmlImage [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />