Home | History | Annotate | Download | only in resources

Lines Matching full:tabs

15 html, body, #main-tabs {
79 var tabs = $('main-tabs');
80 cr.ui.decorate(tabs, gpu.TabControl);
82 // Sync the main-tabs selectedTabs in-sync with the location.
83 tabs.addEventListener('selectedTabChange', function() {
84 if (tabs.selectedTab.id) {
85 history.pushState('', '', '#' + tabs.selectedTab.id);
91 if (tabs.tabs.length)
92 tabs.selectedTab = tabs.tabs[0];
96 tabs.selectedTab = tab;
109 <!-- Tabs -->
110 <div id="main-tabs">