Class XoopsFormText
A simple text field
- XoopsFormElement
- XoopsFormText
Package: kernel\form
Copyright: (c) 2000-2017 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Located at lass/xoopsform/formtext.php
Copyright: (c) 2000-2017 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Kazumi Ono (AKA onokazu) http://www.myweb.ne.jp/, http://jp.xoops.org/
Located at lass/xoopsform/formtext.php
public
|
#
__construct( string $caption, string $name, integer $size, integer $maxlength, string $value = '' )
Constructor |
public
integer
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
string
|
public
integer
|
$_size
Size |
|
public
integer
|
$_maxlength
Maximum length of the text |
|
public
string
|
$_value
Initial text |
$_accesskey,
$_caption,
$_class,
$_description,
$_extra,
$_formtype,
$_hidden,
$_name,
$_nocolspan,
$_required,
$customValidationCode
|