Difference between revisions of "Modulelayout form field type"

From Joomla! Documentation

(Created page with "The '''modulelayout''' form field type provides a drop down list of all available layouts for a module, grouped by core and template. If the parameter has a saved value this is ...")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The '''modulelayout''' form field type provides a drop down list of all available layouts for a module, grouped by core and template.  If the parameter has a saved value this is selected when the page is first loaded.  If not, the default value (if any) is selected.   
+
<noinclude><languages /></noinclude>
 +
<translate><!--T:1-->
 +
The '''modulelayout''' form field type provides a drop down list of all available layouts for a module, grouped by core and template.  If the parameter has a saved value this is selected when the page is first loaded.  If not, the default value (if any) is selected.</translate>  
  
* '''type''' (mandatory) must be modulelayout.
+
<translate><!--T:2-->
* '''name''' (mandatory) is the unique name of the parameter.
+
* '''type''' (mandatory) must be ''modulelayout''.</translate>
* '''label''' (mandatory) (translatable) is the descriptive title of the field.
+
<translate><!--T:3-->
* '''description''' (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.
+
* '''name''' (mandatory) is the unique name of the parameter.</translate>
 +
<translate><!--T:4-->
 +
* '''label''' (mandatory) (translatable) is the descriptive title of the field.</translate>
 +
<translate><!--T:5-->
 +
* '''description''' (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.</translate>
  
Example XML parameter definition:
+
<translate><!--T:6-->
 +
Example XML parameter definition:</translate>
 
<source lang="xml"><field name="mymodulelayout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" /></source>
 
<source lang="xml"><field name="mymodulelayout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" /></source>
<noinclude>
+
 
=== See also ===
+
<translate>
* [[Standard form field types|List of standard form field types]]
+
=== See also === <!--T:7-->
[[Category:Standard form field types]]</noinclude>
+
</translate>
 +
<translate><!--T:8-->
 +
* [[S:MyLanguage/Standard form field types|List of standard form field types]]</translate>
 +
 
 +
<noinclude><translate><!--T:9-->
 +
[[Category:Standard form field types]]</translate></noinclude>

Revision as of 09:48, 10 September 2015

Other languages:
English • ‎Nederlands • ‎español • ‎français

The modulelayout form field type provides a drop down list of all available layouts for a module, grouped by core and template. If the parameter has a saved value this is selected when the page is first loaded. If not, the default value (if any) is selected.

  • type (mandatory) must be modulelayout.
  • name (mandatory) is the unique name of the parameter.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.

Example XML parameter definition:

<field name="mymodulelayout" type="modulelayout" label="JFIELD_ALT_LAYOUT_LABEL" description="JFIELD_ALT_MODULE_LAYOUT_DESC" />

See also[edit]