Class JFormFieldEditor
A textarea field for content creation
- JFormField
-
JFormFieldTextarea
-
JFormFieldEditor
Direct known subclasses
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
See:
JEditorLocated at cms/form/field/editor.php
Methods summary
public
mixed
|
|
public
|
|
public
boolean
|
#
setup(
Method to attach a JForm object to the field. |
protected
string
|
|
protected
|
|
public
string
|
Methods inherited from JFormFieldTextarea
Methods inherited from JFormField
__construct(),
getAttribute(),
getControlGroup(),
getFieldName(),
getId(),
getLabel(),
getLayoutPaths(),
getName(),
getRenderer(),
getTitle(),
isDebugEnabled(),
render(),
renderField(),
setForm(),
setValue()
Magic methods summary
Properties summary
public
string
|
$type |
#
The form field type. |
protected
|
$editor |
#
The JEditor object. |
protected
string
|
$height |
#
The height of the editor. |
protected
string
|
$width |
#
The width of the editor. |
protected
string
|
$assetField |
#
The assetField of the editor. |
protected
string
|
$authorField |
#
The authorField of the editor. |
protected
string
|
$asset |
#
The asset of the editor. |
protected
mixed
|
$buttons |
#
The buttons of the editor. |
protected
array
|
$hide |
#
The hide of the editor. |
protected
array
|
$editorType |
#
The editorType of the editor. |
Properties inherited from JFormFieldTextarea
$columns,
$layout,
$maxlength,
$rows
Properties inherited from JFormField
$autocomplete,
$autofocus,
$class,
$count,
$default,
$description,
$disabled,
$element,
$fieldname,
$form,
$formControl,
$generated_fieldname,
$group,
$hidden,
$hint,
$id,
$input,
$label,
$labelclass,
$multiple,
$name,
$onchange,
$onclick,
$pattern,
$readonly,
$renderLabelLayout,
$renderLayout,
$repeat,
$required,
$showon,
$size,
$spellcheck,
$translateDescription,
$translateHint,
$translateLabel,
$validate,
$value
