Edit View
ui_view_edit
Field | Type or Relationship | Description | Since |
---|---|---|---|
name | String | The name. Used in the url. Begins with dot (.) if the editor is a dialog, in this case edit tabs are ignored. | |
entity_name | String | The name of the entity. | |
title_new | String | Title of the edit tab (or dialog) when adding an entity. | |
title_edit | String | Title of the edit tab (or dialog) when editing an entity. | |
title_edit_section | String | The title of the edit section for the edit tab only. | |
id_ui_view_print | ui_view_edit_ui_view_print MANY | The print view | |
id_ui_view_module | ui_module_ui_view_edit MANY | The module. | |
config | String31 | The extra configuration options. | 1.7.0 |
ui_view_edit_action
Since 1.7.0
Field | Type or Relationship | Description | Since |
---|---|---|---|
id_ui_entity_action | ui_view_edit_action_ui_entity_action MANY | The entity action. | 1.7.0 |
rank | Integer | The rank (order) of the action. | 1.7.0 |
id_ui_view_edit | ui_view_edit_ui_view_edit_action P:C |
ui_view_edit_input
Field | Type or Relationship | Description | Since |
---|---|---|---|
title | String | The title of the input field displayed to the user. | |
property_name | String | The property name on the entity for the input field. | |
id_ui_catalog | ui_view_edit_input_ui_catalog MANY | The catalog. | |
id_ui_input_type | ui_view_edit_input_ui_input_type MANY | The input type displayed to the user. | |
is_read_only | Integer | If the field is read-only. | |
id_nav_ui_view_edit | ui_view_edit_ui_view_edit_input_nav MANY | The edit view for navigating. | |
rank | Integer | The rank (order) of the input field. | |
default_value | String | The default value to display in the UI. | 1.6.2 |
id_ui_view_edit | ui_view_edit_ui_view_edit_input P:C |
ui_view_edit_tab
Field | Type or Relationship | Description |
---|---|---|
title | String | The title of the tab displayed to the user. |
property_name | String | The name of the property or relationship to which the input tab is associated. |
id_ui_input_tab | ui_view_edit_tab_ui_input_tab MANY | The input tab, if the tab displays input fields. |
child_entity_name | String | The name of the child entity |
Obsolete. | ||
ui_view_search_rel_column | String | The relationship column, determined automatically. |
ui_view_search_rel_filter | String | The filter name, determined automatically. |
id_ui_view_search | ui_view_edit_tab_ui_view_search MANY | The search view, if the tab displays an one-to-many relation. |
ui_input_tab
Field | Description |
---|---|
name | The name of the tab. |
type | One of ‘grid’, ‘columns’, ‘code’ |
sort_property_name | The name of the property that performs the sorting. This property is displayed as a bubble that can be dragged to reorder children. |
ui_input_tab_item
Field | Type or Relationship | Description | Since |
---|---|---|---|
title | String | The title of the input field displayed to the user. | |
property_name | String | The property name on the entity for the input field. | |
column_index | Integer | The column on which the field is displayed. | |
is_separator | Integer | If the field is a separator. | |
is_read_only | Integer | If the field is read-only. | |
rank | Integer | The rank (order) of the input field. | |
id_ui_input_type | ui_input_tab_item_ui_input_type MANY | The input type displayed to the user. | |
id_ui_catalog | ui_input_tab_item_ui_catalog MANY | The catalog. | |
id_nav_ui_view_edit | ui_view_edit_ui_input_tab_item MANY | The edit view for navigating. | |
width | Integer | The width of the column (only for grids). Zero or empty will set the width automatically. | 1.5.1 |
default_value | String | The default value to display in the UI. | 1.6.2 |
id_ui_input_tab | ui_input_tab_ui_input_tab_item MANY |
ui_view_print
Field | Type or Relationship | Description |
---|---|---|
name | String | The name of the print view. |
id_wf | ui_view_print_wf MANY | The associated workflow. |
id_storage_file | ui_view_print_storage_file MANY | The storage file. |
id_ui_module | ui_module_ui_view_print MANY | The module. |
uuid | String | The UUID. |