Search This Blog

Tuesday, December 2, 2014

How to get Display Status of Tab

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)
 

No comments:

Post a Comment