Frame View
On this page
ui_view_frame
| Field | Relationship name | Description |
|---|---|---|
| title | String | The title displayed to the user. |
| name | String | The name. Used in the url. |
| src | String | The url source for the iframe. |
| width | Integer | The width of the iframe. |
| height | Integer | The height of the iframe. |
| css | String | The url for the CSS. |
| has_filters | Integer | 1 if it has filters. |
| uuid | String | The UUID. |
| id_ui_module | ui_module_ui_view_frame MANY | The module. |
ui_view_frame_filter
| Field | Relationship name | Description | Since |
|---|---|---|---|
| title | String | The title of the input field displayed to the user. | |
| argument_name | String | Uniquely identifies the filter. Should be the same as property_name. | |
| property_name | String | Used as an argument in the url of the source for the iframe. | |
| default_value | String | The default value. | 1.5.0 |
| uuid | String | The UUID. | |
| id_ui_view_frame | ui_view_frame_ui_view_frame_filter P:C | The view frame. | |
| is_required | Integer | If the filter is required. | 1.5.1 |
| rank | Integer | The rank used to display the filters in order. | 1.5.1 |
| id_ui_filter_operator | ui_filter_operator_ui_view_frame_filter MANY | ||
| id_ui_catalog | ui_catalog_ui_view_frame_filter MANY | ||
| id_ui_input_type | ui_input_type_ui_view_frame_filter MANY |