PlgEditorTinymce::onDisplay
Display the editor area.
Signature
public function onDisplay(string
$name,
[string
$content = true,
[string
$width = true,
[string
$height = true,
[int
$col = true,
[int
$row = true,
[boolean
$buttons = true,
[string
$id = null,
[string
$asset = null,
[
$author = null]]]]]]]]] )
Parameters
-
$name
- The name of the editor area.
-
$content
- The content of the field.
-
$width
- The width of the editor area.
-
$height
- The height of the editor area.
-
$col
- The number of columns for the editor area.
-
$row
- The number of rows for the editor area.
-
$buttons
- True and the editor buttons will be displayed.
-
$id
- An optional ID for the textarea. If not supplied the name is used.
-
$asset
- The object asset
-
$author
- The author.
Returns
- string