|
|
File: g:\Work\WWW\php\tbox\lib/ctextarea.phps
PHP Documentation - PHP/Toolbox::Form
CTextarea
CSnippet | +-- CMarkup | +-- CControl | +-- CTextarea
The cform textarea ccontrol.
|
private class CTextarea extends CControl
The cform textarea ccontrol.
| new CTextarea(array(
| "label" => ...,
| "attrs" => "rows=5 cols=50"
| ))
|
|
|
|
|
|
|
Private Method Summary |
void |
render()Main rendering method.No additional comments. |
|
Fields inherited from CControl |
$nodata |
|
|
Fields inherited from CSnippet |
$id |
|
Private Field Summary |
string |
$type |
|
Public Method Details |
CTextarea |
public void CTextarea( $attrs )
|
|
No additional comments.
|
Parameter |
|
|
$attrs |
|
|
No additional comments. |
|
Returns |
void |
|
|
Private Method Details |
render |
private void render( )
|
|
Main rendering method.
It never has to be used directly, use it via the parent form method
$form->renderControl($form->controls["name"]);
instead.
No additional comments.
|
Returns |
void |
|
|
Private Field Details |
$type |
private string $type
>>"textarea" <<
|
|
|
|
|
PHPDoc 1.0beta |