Javascript tips & how to
Javascript tips & how to
Name | Code | Description |
---|---|---|
Get Menu Items | app.viewmodel.data.navigationItems | This will give you all the menu items and you just have to define which one you want to look for i.e... app.viewmodel.data.navigationItems[16] will give you graphics builder since that is the 16th in the list of the app.viewmodel.data.navigationItems list. |
Create New Graphic on your context | finstack.eval('graphicsBuilderNew('+app.TargetRef()+', null, false)') | This will be as if you:
In essence, it saves you the 3 clicks when creating a graphic. |
, multiple selections available,
Related content
GB JavaScript Tips
GB JavaScript Tips
Read with this
Developer Tutorials
Developer Tutorials
Read with this
GB JavaScript API
GB JavaScript API
Read with this
Graphics
Graphics
More like this
Create New Graphic
Create New Graphic
More like this
External Graphics - HTML
External Graphics - HTML
Read with this