Enable/Disable HxGN EAM main toolbar buttons - HxGN EAM - 12.1 - Feature Briefs - Hexagon

HxGN EAM Custom Framework

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
12.1

Sample code

{

messageName: 'toolbarButtonState',

buttons: ['saveRec', 'deleteRec'], // must be an array.

state: 'enable' // valid values are 'enable' or 'disable.'

}

The usage of above enable/disable HxGN EAM main toolbar buttons.

Above scenario implemented in user_accounts.js file. It’s existed in sampleApp\static\javascript folder.