Packageindex Classtrees Modulegroups Elementlist Report XML Files
 
File: c:/www/apache/doc2//form/form_element_textarea.inc
PHPLib Form Rewrite 2001/03/01 - Form

form_element_textarea

form_commonobject
   |
  +-- form_element
     |
    +-- form_element_textobject
       |
      +-- form_element_textarea

Generates a [textarea].

 

public class form_element_textarea extends form_element_textobject

Generates a [textarea].

AuthorsUlf Wendel <uw@netuse.de>
Version$Id: form_element_textarea.inc,v 1.5 2000/12/12 01:37:42 uw Exp $

 

Methods inherited from form_element_textobject

validate, getfrozen

Methods inherited from form_element

form_element, setup, checkconfiguration, getvalue, gettype, isbutton, getvalidator, setvalidator, freeze, unfreeze, thawout, getfrozen, show, validate, validatelength, dovalidation, react, setvalue, getjsonactivation, getcommonhtmlattributes, getfrozenhiddenelement, getfrozentable, getjs, getjsvalue, getextrajs, getname, ishidden

Methods inherited from form_commonobject

introspection

Private Method Summary

void

get([ string $value ])

Returns the HTML code of the element.Warning: documentation is missing.
void

validateRegEx([ mixed $value ])

Compare the element value with the specified RegExp.Warning: documentation is missing.

Fields inherited from form_element_textobject

$length_e, $minlength, $maxlength, $valid_e, $valid_regex, $valid_icase, $readonly, $accesskey, $tabindex

Fields inherited from form_element

$flag_config_ok, $elname, $name, $value, $additional_html, $frozen, $class, $id, $style, $shared_required_fields, $required_fields, $shared_optional_fields, $method, $val_events, $js_mode, $form_name, $validator, $js_validator

Fields inherited from form_commonobject

$cr_html, $exceptions

Private Field Summary

integer

$rows

HTML row attribute.
integer

$cols

HTML cols attribute.
string

$wrap

HTML wrap attribute.
boolean

$valid_global

Perform a multiline search?
array

$optional_fields

List of optional fields provided by a derived class.

Private Method Details

get

private void get( [ string $value ] )

  Returns the HTML code of the element.

Warning: documentation is missing.

Parameter
string $value = >>""<<
The value is only used with radio buttons.
If the given value is equal to the value of the
element when it was defined, the radio gets selected.
Returns void

See Also getfrozen(), show()

validateRegEx

private void validateRegEx( [ mixed $value ] )

  Compare the element value with the specified RegExp.

Warning: documentation is missing.

Parameter
mixed $value = >>""<<
Optional value, if not specified $this->value gets used.
Returns void

See Also validateLength()

Private Field Details

$rows

private integer $rows

>>-1<<

HTML row attribute.


$cols

private integer $cols

>>-1<<

HTML cols attribute.


$wrap

private string $wrap

>>"virtual"<<

HTML wrap attribute.


$valid_global

private boolean $valid_global

>>false<<

Perform a multiline search?


$optional_fields

private array $optional_fields

>>array ( "rows" => "integer", "cols" => "integer", "wrap" => "string", "length_e" => "string", "minlength" => "integer", "maxlength" => "integer", "valid_e" => "string", "valid_regex" => "string", "valid_icase" => "boolean", "valid_global" => "boolean", "readonly" => "boolean", "tabindex" => "integer", "accesskey" => "string", "id" => "string", "class" => "string", "style" => "string" )<<

List of optional fields provided by a derived class.

See Also $shared_optional_fields, $required_fields


Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta