ModuleOrder form field type

From Joomla! Documentation

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

Provides a drop down to set the ordering of module in a given position.

  • name (mandatory) is the unique name of the parameter.
  • type (mandatory) must be moduleorder.
  • label (mandatory) (translatable) is the descriptive title of the field.
  • description (optional) (translatable) tooltip for the form field.

Example XML Definition:

<field name="ordering" type="moduleorder"
	label="JFIELD_ORDERING_LABEL" 
	description="JFIELD_ORDERING_DESC" />