Function geoText
Create an HTML text field.
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 = 'textinput' |
Name of value retured by this field |
string |
$value = null |
Value returned by this field |
string |
$id = null |
Id attribute |
string |
$class = null |
Class attribute |
string|array |
$atts = null |
Any other atts. Can be string with "=" to indicate 1 attribute |
string |
$size = null |
Size attribute |
boolean |
$readonly = null |
Indicates that this field is readonly |
string |
$style = null |
Style attribute |
string
|
HTML text field |