Kodall
Develop App

Edit View tabs

The edit view tabs displays one entity in a form tab, allowing the user to view or change the properties.

The edit view tabs displays one entity in a form tab, allowing the user to view or change the properties.

How to use

Edit view tabs are not to be used directly, they are ment to be used via the Edit View designer.

Designer

Fields in the sidebar:

  1. Tab name - The name of the tab.
  2. Tab type (grid/columns/code) - One of 'grid', 'columns', 'code'.
  3. Sort property - The name of the property that performs the sorting. This property is displayed as a bubble that can be dragged to reorder children.
  4. UUID - Is the unique identifier of the row in the table (read-only).

Entity diagram:

Rendering diagram...

ELEMENTS tab

Fields in the inputs table:

  1. Title - The title of the input field displayed to the user.
  2. Property name - The property name on the entity for the input field.
  3. Navigate edit view - The edit view for navigating.
  4. Column index - The column on which the field is displayed.
  5. Is separator - If the field is a separator.
  6. Input type - The input type displayed to the user.
  7. Catalog - Represents a dropdown or searchable list input that lets users select options from a predefined set of choices.
  8. Read only - If the field is read-only.
  9. Width - The width of the column (only for grids). Zero or empty will set the width automatically.
  10. Rank - The rank (order) of the input field.
  11. Default value - The default value to display in the UI.

Tab entity diagram:

Rendering diagram...