forked from 0x2620/oxjs
use MenuButton
This commit is contained in:
parent
9f151e2e60
commit
96b206de1a
4 changed files with 24 additions and 36 deletions
|
|
@ -107,8 +107,7 @@ Ox.Spreadsheet = function(options, self) {
|
|||
})
|
||||
.appendTo(that);
|
||||
} else {
|
||||
Ox.Select({
|
||||
selectable: false,
|
||||
Ox.MenuButton({
|
||||
style: 'square',
|
||||
type: 'image',
|
||||
items: [
|
||||
|
|
@ -146,8 +145,7 @@ Ox.Spreadsheet = function(options, self) {
|
|||
} else {
|
||||
if (c == -1) {
|
||||
if (r < self.rows) {
|
||||
Ox.Select({
|
||||
selectable: false,
|
||||
Ox.MenuButton({
|
||||
style: 'square',
|
||||
type: 'image',
|
||||
items: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue