API16

API16:JFormFieldEditor/save

From Joomla! Documentation

Revision as of 22:49, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the internal reference to the editor. <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<n...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the internal reference to the editor.

[Edit Descripton]

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 />