API17

API17:JFormFieldEditor

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples