Function geoSubmit
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 |
$value = "Submit" |
Submit button text |
string |
$name = null |
Name of value retured by this field |
string |
$class = null |
Class attribute |
string |
$id = null |
Id attribute |
string|array |
$atts = null |
Any other atts. If string, will be used as "onclick" attribute |
string |
$style = null |
Style attribute |
string
|
HTML Submit Button |