IFormSettings
Defined in: js-api/src/interfaces/d4.ts:1078
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:1106 |
columnNames | string[] | - | js-api/src/interfaces/d4.ts:1104 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:1120 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:1132 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:1134 |
formFont | string | - | js-api/src/interfaces/d4.ts:1102 |
help | string | Help to be shown when user clicks on the '?' icon on top. Could either be in markdown, or a URL (starting with '/' or 'http'). | js-api/src/interfaces/d4.ts:1124 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:1127 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:1130 |
showColumnSelector | boolean | - | js-api/src/interfaces/d4.ts:1094 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:1110 |
showDesignEditor | boolean | - | js-api/src/interfaces/d4.ts:1092 |
showFieldEditor | boolean | - | js-api/src/interfaces/d4.ts:1090 |
showNavigation | boolean | - | js-api/src/interfaces/d4.ts:1082 |
showNextRowArrow | boolean | - | js-api/src/interfaces/d4.ts:1086 |
showOpenFile | boolean | - | js-api/src/interfaces/d4.ts:1098 |
showPrevRowArrow | boolean | - | js-api/src/interfaces/d4.ts:1084 |
showRowSelector | boolean | - | js-api/src/interfaces/d4.ts:1088 |
showSaveFile | boolean | - | js-api/src/interfaces/d4.ts:1096 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:1114 |
sketchState | object | - | js-api/src/interfaces/d4.ts:1100 |
syncMode | string | Determines what gets shown on the form. | js-api/src/interfaces/d4.ts:1080 |
table | string | - | js-api/src/interfaces/d4.ts:1116 |
title | string | - | js-api/src/interfaces/d4.ts:1112 |