JFormFieldModuleLayout: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JFormFieldModuleLayout== | =={{JVer|11.1}} JFormFieldModuleLayout== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 24: | Line 24: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]] | ||
* [[API17:JFormFieldModuleLayout|Other versions of JFormFieldModuleLayout]] | * [[API17:JFormFieldModuleLayout|Other versions of JFormFieldModuleLayout]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormFieldModuleLayout | category=JFormFieldModuleLayout | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:07, 25 March 2017
JFormFieldModuleLayout
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| protected | getInput | Method to get the field input. |
- Defined in libraries/joomla/form/fields/modulelayout.php
- Extends JFormField
Importing
jimport( 'joomla.form.fields.modulelayout' );
See also
JFormFieldModuleLayout source code on BitBucket
Subpackage Form- Other versions of JFormFieldModuleLayout
User contributed notes
Code Examples