forked from 0x2620/oxjs
add Ox.MenuButton
This commit is contained in:
parent
0a79291c58
commit
9f151e2e60
4 changed files with 169 additions and 40 deletions
|
|
@ -43,7 +43,7 @@ Ox.Menu = function(options, self) {
|
|||
},
|
||||
parent: null,
|
||||
selected: -1,
|
||||
side: 'bottom',
|
||||
side: 'bottom', // FIXME: should be 'edge'
|
||||
size: 'medium' // fixme: remove
|
||||
})
|
||||
.options(options || {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue