.. include:: /Includes.rst.txt ============ Introduction ============ Section :code:`['columns'][*]['config']` (where :code:`*` stands for a table column) is the main workhorse when it comes to single field configuration. The main property is :code:`type`, it specifies the DataHandler processing and database value. Additionally, property :code:`renderType` specifies how a field is rendered. The renderType is sometimes optional. Both properties together specify the set of properties that are valid for one field. This section of the documentation is first split by type to give an overview of what can be done with a type, then lists all possible renderType's with all possible properties. Since some type's can do useful stuff without a specific renderType too, those properties are listed below renderType "default", which equals to "not set". An overview of available types: check :ref:`One or multiple check boxes ` .. include:: /Images/Rst/Checkbox2.rst.txt .. include:: /Images/Rst/Checkbox16.rst.txt .. include:: /Images/Rst/Checkbox19.rst.txt .. include:: /Images/Rst/Checkbox17.rst.txt flex :ref:`Form elements stored in an XML structure in one field `. group :ref:`Relations to other table rows or files `. .. include:: /Images/Rst/GroupDb1.rst.txt imageManipulation :ref:`Json array with cut / cropping information `. Special field for images in FAL / Resource handling. inline :ref:`Relations to other table rows that can be edited in the same form `. Also used for file resources via `sys_file_reference` table. .. include:: /Images/Rst/Inline1nInline1.rst.txt input :ref:`Single line text input `. Used for a various different single line outputs like head lines, links, color pickers. .. include:: /Images/Rst/Input1.rst.txt .. include:: /Images/Rst/Input28.rst.txt .. include:: /Images/Rst/Input33.rst.txt none :ref:`Read only, virtual field `. No DataHandler processing. .. include:: /Images/Rst/None1.rst.txt passthrough :ref:`Not displayed, only send as hidden field to DataHandler `. radio :ref:`One or multiple radio buttons `. .. include:: /Images/Rst/Radio1.rst.txt select :ref:`Select one or more items from a list `. .. include:: /Images/Rst/SelectSingle12.rst.txt .. include:: /Images/Rst/SelectMultiplesidebyside1.rst.txt .. include:: /Images/Rst/SelectSinglebox1.rst.txt .. include:: /Images/Rst/SelectTree1.rst.txt slug :ref:`Define parts of a URL path` text :ref:`A multiline text field `. Used for RTE display, code editor and some more. .. include:: /Images/Rst/Text4.rst.txt .. include:: /Images/Rst/Rte1.rst.txt user :ref:`Special rendering and evaluation defined by an additional node in the form engine`