forked from 0x2620/oxjs
use new form element syntax, continued
This commit is contained in:
parent
e47305c93f
commit
02f53a57c1
15 changed files with 107 additions and 88 deletions
|
|
@ -17,7 +17,8 @@ Ox.TabPanel = function(options, self) {
|
|||
self.$tabs = Ox.ButtonGroup({
|
||||
buttons: self.options.tabs,
|
||||
id: 'tabs',
|
||||
selectable: true
|
||||
selectable: true,
|
||||
value: self.selected
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue