API16:JFormFieldEditor/save
From Joomla! Documentation
Description
Get the internal reference to the editor.
Template:Description:JFormFieldEditor/save
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);
}
[Edit See Also] Template:SeeAlso:JFormFieldEditor/save
Examples
<CodeExamplesForm />