Dynamic Widget Properties and Events
- Last UpdatedNov 15, 2023
- 1 minute read
The widgets support dynamic properties and events. The following dynamic properties and events are defined in a wjson file. Localizing the dynamic properties and events is supported through a localization text file in AVEVA Work Tasks.
|
Widget |
Property |
Event |
|
Grid |
notify |
onCellChange |
|
data |
onInitialize |
|
|
prevRowValue |
onRowSelection |
|
|
newCellValue |
||
|
modifiedRows |
||
|
selectedRow |
||
|
selectTopGridItem |
||
|
Hierarchy Selector |
data |
onInitialize |
|
selectedObj |
onSelectionChange |
|
|
selectedvalue |
||
|
selectNode |
Each widget has its own wjson file (BaseGrid.wjson, HierarchySelector.wjson). You can use the corresponding widget wjson file to update the names of its properties and events accordingly.
You can access the wjson file in the following folders:
-
<WorkTasksInstallPath>\Web\BPMUITemplates\Default\NextGenForms\custom\Widgets\BaseGrid
-
<WorkTasksInstallPath>\Web\BPMUITemplates\Default\NextGenForms\custom\Widgets\HierarchySelector