J3.x

Adding custom fields/Integer Field/es: Difference between revisions

From Joomla! Documentation

Created page with "* Paso<br />Cada opción será la opción anterior incrementada por este entero, comenzando con el primer valor hasta que se alcance el último valor."
Created page with "====Información relacionada===="
Line 12: Line 12:
* Paso<br />Cada opción será la opción anterior incrementada por este entero, comenzando con el primer valor hasta que se alcance el último valor.
* Paso<br />Cada opción será la opción anterior incrementada por este entero, comenzando con el primer valor hasta que se alcance el último valor.


====Related Information====
====Información relacionada====
See [[S:MyLanguage/Integer_form_field_type|Integer form field type]]
See [[S:MyLanguage/Integer_form_field_type|Integer form field type]]



Revision as of 09:06, 4 July 2020


Campo Entero


Entero

Proporciona una lista desplegable de enteros entre un valor mínimo (el primer valor) y máximo (el último valor).

Opciones

Las opciones especiales dentro de este campo son:

  • Múltiple
    Permite que se seleccionen varios valores.
  • Primero
    Este valor es el más bajo de la lista.
  • Último
    Este valor es el más alto de la lista.
  • Paso
    Cada opción será la opción anterior incrementada por este entero, comenzando con el primer valor hasta que se alcance el último valor.

Información relacionada

See Integer form field type

Screenshots

Creating the field

Let's say you create a field with the options shown in the next figure.

Using the field in the backend

In the backend while creating an article or a contact you see the field like in the following imageː

Using the field in the frontend

In the frontend, you can see the field as you see in the following image. The option Automatic display is responsible for the position of the field and your template is responsible for the design of the field.