API17

API17:JEditor::setContent

From Joomla! Documentation

Joomla 11.1 JEditor::setContent

Description

Set the editor contents.


public function setContent (
        $editor
        $html
)
Parameter Type Default Description
$editor string The name of the editor control
$html string The contents of the text area
  • Returns string
  • Defined on line 233 of libraries/joomla/html/editor.php

See also


User contributed notes

Code Examples