JFormFieldEditor: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JFormFieldEditor}}
===De... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JFormFieldEditor}} | |||
{{Description:JFormFieldEditor}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 19: | Line 16: | ||
<source lang="php">jimport( 'joomla.form.fields.editor' );</source> | <source lang="php">jimport( 'joomla.form.fields.editor' );</source> | ||
{{subst:SeeAlso:JFormFieldEditor}} | |||
{{SeeAlso:JFormFieldEditor}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:02, 24 March 2017
{{subst:Description:JFormFieldEditor}}
Defined in
libraries/joomla/form/fields/editor.php
Methods
| Method name | Description |
|---|---|
| save | Get the internal reference to the editor. |
Importing
jimport( 'joomla.form.fields.editor' );
{{subst:SeeAlso:JFormFieldEditor}}
Examples
<CodeExamplesForm />