forked from 0x2620/oxjs
allow for getting 'save list' values from filter
This commit is contained in:
parent
571e3a3512
commit
21b505b4c8
3 changed files with 15 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ Ox.MenuItem = function(options, self) {
|
|||
keyboard: parseKeyboard(options.keyboard || self.defaults.keyboard),
|
||||
title: Ox.toArray(options.title || self.defaults.title)
|
||||
}))
|
||||
.addClass('OxItem' + (self.options.disabled ? ' OxDisabled' : '') + ' MENUITEM')
|
||||
.addClass('OxItem' + (self.options.disabled ? ' OxDisabled' : ''))
|
||||
/*
|
||||
.attr({
|
||||
id: Ox.toCamelCase(self.options.menu.options('id') + '/' + self.options.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue