Function geoInput
Create an HTML submit button.
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 |
$type = 'text' |
Type if input element |
string |
$name = null |
Name of value retured by this field |
string |
$value = null |
Value returned by this field |
string|array |
$atts = null |
Any other atts. Can be string with "=" to indicate 1 attribute |
string |
$id = null |
Id attribute |
string |
$class = null |
Class attribute |
string |
$style = null |
Style attribute |
string
|
HTML Submit Button |