API16

JFormFieldEditor: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JFormFieldEditor}}
===Defined in===
===Defined in===
libraries/joomla/form/fields/editor.php
libraries/joomla/form/fields/editor.php
Line 17: Line 15:




{{subst:SeeAlso:JFormFieldEditor}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JFormFieldEditor
  category=JFormFieldEditor
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:42, 25 March 2017

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' );



Examples

Code Examples