fix bug to add click handler on column specific menus
This commit is contained in:
0
attachments/script/costco.js
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-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.couch2.js
Normal file → Executable file
0
attachments/script/lib/jquery.hotkeys.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/jquery.mustache.js
Normal file → Executable file
0
attachments/script/lib/microevent.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/traverse.js
Normal file → Executable file
0
attachments/script/lib/underscore.js
Normal file → Executable file
0
attachments/script/lib/underscore.js
Normal file → Executable file
0
attachments/script/recline.js
Normal file → Executable file
0
attachments/script/recline.js
Normal file → Executable file
3
attachments/script/site.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/script/util.js
Normal file → Executable file
Reference in New Issue
Block a user