I have a Home.lsml
file containing several tabs. In order to switch between the tabs, instead of relying on Lightswitch's drilldown menu, I have added a fixed menu (JQuery toolbar) on top of the page using default.htm
. By using this toolbar, I am able to successfully navigate between the tabs that are resided in Home.lsml
.
My problem is, when I am on the View/Browse related .lsml
files, I wouldn't be obviously not having the hold on home.lsml
so obviously not able to access the other tabs that are resided in the home.lsml
file. In such situation I am getting a warning as
0x80004005 - JavaScript runtime error: Could not find a tab with the name 'MainTab2' on screen 'BrowseTab1'.
In short, How do I open the tab that is not available in the current DOM.
I am using Visual Studio 2015 Community edition.