Function geoImg
Create an HTML img field. (for images)
Package: Geolib
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Located at geoFunctions.php
string |
$src |
Source (path) of image |
string |
$alt = '' |
Alt attribut |
string |
$href = null |
Link destination, if link is desired. |
string |
$title = null |
Title attribute of link |
string |
$target = null |
Target attribute of link |
string |
$host = null |
Host of image |
string |
$id = null |
Id attribute |
string |
$class = null |
Class attribute |
string |
$style = null |
Style attribute |
array |
$atts = null |
Any other image atts. |
string |
$rel = null |
Image rel attribute of link |
string
|
HTML img field |