From: michael Date: Thu, 27 Nov 2014 03:38:59 +0000 (+0800) Subject: Roo/bootstrap/dash/TabBox.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=13ab912c34c16c648bfc6b9398093ec736daec22;p=roojs1 Roo/bootstrap/dash/TabBox.js --- diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 66f0316804..9dd47c5671 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -47,46 +47,46 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { tag: 'div', cls: 'nav-tabs-custom', html : null, - cn: [{ - tag: 'span', - cls: 'pull-left header', - html: this.title ? this.title : 'Title', - }, - { - tag: 'ul', - cls: 'nav nav-tabs pull-right', - cn: [{ - tag: 'li', - cls: 'active', - html: null, - cn : [{ - tag: 'a', - href: '#', - // data-toggle: 'tab', - html: this.tab1_text ? this.tab1_text : 'tab1' - }] - }, - { - tag: 'li', - cls: '', - html: null, - cn : [{ - tag: 'a', - href: '#', - // data-toggle: 'tab', - html: this.tab2_text ? this.tab2_text : 'tab2' - }] - // }, - // { - // tag: 'li', - // cls: 'pull-left header', - // html: this.title ? this.title : 'Title', - // cn : [{ - // tag: 'i', - // cls: 'fa fa-inbox', - // }] - }] - }] + // cn: [{ + // tag: 'span', + // cls: 'pull-left header', + // html: this.title ? this.title : 'Title', + // }, + // { + // tag: 'ul', + // cls: 'nav nav-tabs pull-right', + // cn: [{ + // tag: 'li', + // cls: 'active', + // html: null, + // cn : [{ + // tag: 'a', + // href: '#', + // // data-toggle: 'tab', + // html: this.tab1_text ? this.tab1_text : 'tab1' + // }] + // }, + // { + // tag: 'li', + // cls: '', + // html: null, + // cn : [{ + // tag: 'a', + // href: '#', + // // data-toggle: 'tab', + // html: this.tab2_text ? this.tab2_text : 'tab2' + // }] + // }, + // { + // tag: 'li', + // cls: 'pull-left header', + // html: this.title ? this.title : 'Title', + // cn : [{ + // tag: 'i', + // cls: 'fa fa-inbox', + // }] + // }] + // }] } return cfg;