Message Thread: |
View All MessagesBack to WebFX |
I wanted to load each tab's content whenever it is displayed, and not load it until then. That way, the page loads much faster. Doing so is fairly easy, and let's you do the following: <div class="tab-pane" id="tabPane1"> The onshow event is triggered when the page first loads, and whenever the tab is selected. Simply change the WebFXTabPage.prototype.show function on line 243 in tabpane.js to this:
|