Module view.fields.group_field

GroupField module

Class GroupField

GroupField:GroupField (fields) GroupField constructor.


Class GroupField

GroupField class. Used to group multiple fields and display them in a single line.
GroupField:GroupField (fields)
GroupField constructor.

Parameters:

  • fields table List of fields

See also:

Usage:

     GroupField({
         NumericField({
             name = "nf1",
             value = 12,
             title = "Field1",
             width = 70,
         }),
         NumericField({
             name = "nf2",
             value = 7,
             title = "Field2",
             width = 70,
         }),
     })
generated by LDoc 1.4.3 Last updated 2017-09-23 19:07:28