fix bug to add click handler on column specific menus
0
.couchappignore
Normal file → Executable file
0
.couchapprc
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
attachments/images/bg_gradient.gif
Normal file → Executable file
|
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
0
attachments/images/couch.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
attachments/pages/index.html
Normal file → Executable file
0
attachments/script/costco.js
Normal file → Executable file
0
attachments/script/lib/jquery-1.6.1.min.js
vendored
Normal file → Executable file
0
attachments/script/lib/jquery.couch2.js
Normal file → Executable file
0
attachments/script/lib/jquery.hotkeys.js
Normal file → Executable file
0
attachments/script/lib/jquery.mustache.js
Normal file → Executable file
0
attachments/script/lib/microevent.js
Normal file → Executable file
0
attachments/script/lib/traverse.js
Normal file → Executable file
0
attachments/script/lib/underscore.js
Normal file → Executable file
0
attachments/script/recline.js
Normal file → Executable file
3
attachments/script/site.js
Normal file → Executable file
@ -40,6 +40,9 @@ app.after = {
|
||||
util.render('cellEditor', cell, {value: cell.text()});
|
||||
})
|
||||
},
|
||||
columnActions: function() {
|
||||
recline.handleMenuClick();
|
||||
},
|
||||
cellEditor: function() {
|
||||
$('.data-table-cell-editor .okButton').click(function(e) {
|
||||
var cell = $(e.target);
|
||||
|
||||
0
attachments/script/util.js
Normal file → Executable file
0
attachments/style/data-table.css
Normal file → Executable file
0
attachments/style/images/loader-blue.gif
Normal file → Executable file
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
0
attachments/style/images/loader.gif
Normal file → Executable file
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |