JFormFieldEditor/save: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 30: | Line 30: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=save | category=save | ||
category=JFormFieldEditor | category=JFormFieldEditor | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 01:42, 25 March 2017
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