Customization Example with DynamicView API
With the DynamicView client-side API, developers can customize the Dynamic or Streaming Viewer context menu commands and toolbar buttons. This section provides an example of such customization to give a solid understanding of the customization process. For the DynamicView client-side API description, see section DynamicView Client-Side API.
The customization process has two stages:
- Writing custom JS functions for the required functionality.
- Creating context menu commands using the standard Aras Innovator capabilities.
The example shows how to create the custom Add Item(s) To Change TGV Context Menu item that calls the Choose Change Item dialog for selected nodes.