phpDocumentor CCL
[ class tree: CCL ] [ index: CCL ] [ all elements ]

Class: Textarea

Source Location: /Textarea.php

Class Textarea

Descendants
Child Class Description
Bbtext Text area with bbcode parser support and editor

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Param

Param::$allow_html
Param::$default
Param::$display
Param::$hint
Param::$input_class
Param::$name
Param::$primary_key
Param::$required
Param::$title
Param::$type

Inherited From Param

Param::__construct()
Constructs parameter object
Param::cast()
Casts a value due to parameter type
Param::display()
Renders param value display in a correct way
Param::display_input()
Renders param input display in a correct way
Param::import()
Imports parameter value from user input
Param::prepare()
Prepares a parameter value for use in database statement

[ Top ]
Property Summary
int   $cols  
int   $rows  

[ Top ]
Method Summary
Textarea   __construct()   Parameter constructor
string   display_input()   Renders param input display in a correct way

[ Top ]
Properties
int   $cols = NULL [line 21]
API Tags:
Access:  public


[ Top ]
int   $rows = NULL [line 17]
API Tags:
Access:  public


[ Top ]
Methods
Constructor __construct  [line 29]

  Textarea __construct( string $name, [bool $display = TRUE], [bool $required = FALSE]  )

Parameter constructor

Parameters:
string   $name:  Parameter name
bool   $display:  Render it in templates
bool   $required:  Require it from user input

API Tags:
Access:  public


Redefinition of:
Param::__construct()
Constructs parameter object

[ Top ]
display_input  [line 42]

  string display_input( [mixed $value = NULL], [string $prefix = '']  )

Renders param input display in a correct way

Parameters:
mixed   $value: 
string   $prefix:  Input name prefix

API Tags:
See:  Param::title, Param::hint
Access:  public


Redefinition of:
Param::display_input()
Renders param input display in a correct way

Redefined in descendants as:

[ Top ]

Documentation generated on Thu, 09 Jul 2009 14:11:37 +0400 by phpDocumentor 1.4.1