API16

API16:JFormFieldEditor/save

From Joomla! Documentation

Revision as of 01:42, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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