API17:JFormFieldEditor
From Joomla! Documentation
JFormFieldEditor
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | save | Method to get the output for an onSave event. |
| protected | getEditor | Method to get a object based on the form field. |
| protected | getInput | Method to get the field input markup. |
- Defined in libraries/joomla/form/fields/editor.php
- Extends JFormField
Importing
jimport( 'joomla.form.fields.editor' );
See also
JFormFieldEditor source code on BitBucket
Subpackage Form- Other versions of JFormFieldEditor
User contributed notes
Code Examples