Function geoSelect
Create an HTML select tag
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 |
$name = "selectname" |
Name of select tag |
array |
$options = null |
<p>1 or 2 dimensional array of options If 1 each row is $name=>$value If 2 each array is 0=>name 1=>value 2=>class</p> |
string |
$selected = null |
name of selected option |
string |
$id = null |
id of select tag |
array|string|boolean |
$atts = null |
<p>attributes of select tag If array, is atts of select tag. If string, is a single default att If PHP true, att is onchange=>javascript to submit form</p> |
string |
$size = null |
size att of select tag |
string |
$class = null |
class of select tag |
string |
$style = null |
style of select tag |
string
|
HTML select tag |