Below code will return you the display status of tab.
var tabState = Xrm.Page.ui.tabs.get('economyandinformation_tab').getDisplayState();
It will return you the tab status in below format (expanded or collapsed)
var tabState = Xrm.Page.ui.tabs.get('economyandinformation_tab').getDisplayState();
It will return you the tab status in below format (expanded or collapsed)
No comments:
Post a Comment