API17:JFormFieldEditor
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFormFieldEditor== | ||
| + | ===Description=== | ||
| + | {{Description:JFormFieldEditor}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFormFieldEditor|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormFieldEditor|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JFormFieldEditor::save/11.1|save]] | |[[JFormFieldEditor::save/11.1|save]] | ||
|Method to get the output for an onSave event. | |Method to get the output for an onSave event. | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldEditor::getEditor/11.1|getEditor]] | |[[JFormFieldEditor::getEditor/11.1|getEditor]] | ||
|Method to get a object based on the form field. | |Method to get a object based on the form field. | ||
|- | |- | ||
| + | |protected | ||
|[[JFormFieldEditor::getInput/11.1|getInput]] | |[[JFormFieldEditor::getInput/11.1|getInput]] | ||
|Method to get the field input markup. | |Method to get the field input markup. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/form/fields/editor.php | ||
| + | * '''Extends''' [[JFormField/11.1|JFormField]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.form.fields.editor' );</source> | <source lang="php">jimport( 'joomla.form.fields.editor' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFormFieldEditor source code | + | * {{JVer|11.1}} '''JFormFieldEditor source code''' on [[jplatform:form/fields/editor.php|BitBucket]] |
| − | * [[JFormFieldEditor|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Form/11.1|Form]] |
| + | * [[JFormFieldEditor|Other versions of JFormFieldEditor]] | ||
{{SeeAlso:JFormFieldEditor}} | {{SeeAlso:JFormFieldEditor}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormFieldEditor|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormFieldEditor|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldEditor]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormFieldEditor]]</noinclude> | ||
Revision as of 18:02, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormFieldEditor
Description
Description:JFormFieldEditor [Edit Descripton]
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
SeeAlso:JFormFieldEditor [Edit See Also]
User contributed notes
<CodeExamplesForm />
