Function geoTextArea
Create an HTML textarea 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 = null |
Name of value retured by this field |
string |
$value = null |
Value returned by this field |
string |
$class = null |
Class attribute |
string |
$id = null |
Id attribute |
string |
$style = null |
Style attribute |
string |
$rows = 10 |
Number of rows (can be overwritten with styles) |
string |
$cols = 25 |
Number of Columns (can be overwritten with styles) |
string|array |
$atts = null |
Any other atts. Can be string with "=" to indicate 1 attribute |
string
|
HTML textarea field |