forked from 0x2620/oxjs
use new form element syntax
This commit is contained in:
parent
d80019a17c
commit
215f1f6c1b
11 changed files with 56 additions and 90 deletions
|
|
@ -17,7 +17,7 @@ Ox.TabPanel = function(options, self) {
|
|||
self.$tabs = Ox.ButtonGroup({
|
||||
buttons: self.options.tabs,
|
||||
id: 'tabs',
|
||||
selectable: true,
|
||||
selectable: true
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue