API16:JFormFieldEditor/save
From Joomla! Documentation
Description
Get the internal reference to the editor.
<! removed transcluded page call, red link never existed >
Syntax
save()
Returns
string
Defined in
libraries/joomla/form/fields/editor.php
Importing
jimport( 'joomla.form.fields.editor' );
Source Body
public function save()
{
return $this->_editor->save($this->inputId);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples