J3.x

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

From Joomla! Documentation

Created page with "* Múltiple<br />Permite que se seleccionen varios valores."
Created page with "* Primero<br />Este valor es el más bajo de la lista."
Line 8: Line 8:
Las opciones especiales dentro de este campo son:
Las opciones especiales dentro de este campo son:
* Múltiple<br />Permite que se seleccionen varios valores.
* Múltiple<br />Permite que se seleccionen varios valores.
* First<br />This value is the lowest on the list.
* Primero<br />Este valor es el más bajo de la lista.
* Last<br />This value is the highest on the list.
* Last<br />This value is the highest on the list.
* Step<br />Each option will be the previous option incremented by this integer, starting with the first value until the last value is reached.
* Step<br />Each option will be the previous option incremented by this integer, starting with the first value until the last value is reached.

Revision as of 09:05, 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.
  • Last
    This value is the highest on the list.
  • Step
    Each option will be the previous option incremented by this integer, starting with the first value until the last value is reached.

Related Information

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.