JEditor::display/1.5
From Joomla! Documentation
JEditor::display
Description
Present a text area.
Description:JEditor::display [Edit Descripton]
public function display ( $name $html $width $height $col $row $buttons=true $params=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The control name | |
| $html | string | The contents of the text area | |
| $width | string | The width of the text area (px or %) | |
| $height | string | The height of the text area (px or %) | |
| $col | int | The number of columns for the textarea | |
| $row | int | The number of rows for the textarea | |
| $buttons | boolean | true | True and the editor buttons will be displayed |
| $params | array | array() | Associative array of editor parameters |
- Returns
- Defined on line 127 of libraries/joomla/html/editor.php
See also
-
JEditor::display on api.joomla.org
-
JEditor source code on JoomlaCode
-
Class JEditor
-
Subpackage Html
- Other versions of JEditor::display
SeeAlso:JEditor::display [Edit See Also]
User contributed notes
<CodeExamplesForm />