API17

API17:JEditor::display

From Joomla! Documentation

Joomla 11.1 JEditor::display

Description

Display the editor area.


public function display (
        $name
        $html
        $width
        $height
        $col
        $row
        $buttons=true
        $id=null
        $asset=null
        $author=null
        $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.
$id string null An optional ID for the textarea (note: since 1.6). If not supplied the name is used.
$asset string null
$author object null
$params array array() Associative array of editor parameters.
  • Returns
  • Defined on line 128 of libraries/joomla/html/editor.php

See also


User contributed notes

Code Examples