fix bug to add click handler on column specific menus

This commit is contained in:
Max Ogden 2011-07-22 23:21:32 -07:00
parent 1bb6c3fe57
commit a6093b1018
24 changed files with 3 additions and 0 deletions

0
.couchappignore Normal file → Executable file
View File

0
.couchapprc Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
app.js Normal file → Executable file
View File

0
attachments/images/bg_gradient.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 87 B

0
attachments/images/couch.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
attachments/pages/index.html Normal file → Executable file
View File

0
attachments/script/costco.js Normal file → Executable file
View File

0
attachments/script/lib/jquery-1.6.1.min.js vendored Normal file → Executable file
View File

0
attachments/script/lib/jquery.couch2.js Normal file → Executable file
View File

0
attachments/script/lib/jquery.hotkeys.js Normal file → Executable file
View File

0
attachments/script/lib/jquery.mustache.js Normal file → Executable file
View File

0
attachments/script/lib/microevent.js Normal file → Executable file
View File

0
attachments/script/lib/traverse.js Normal file → Executable file
View File

0
attachments/script/lib/underscore.js Normal file → Executable file
View File

0
attachments/script/recline.js Normal file → Executable file
View File

3
attachments/script/site.js Normal file → Executable file
View 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
View File

0
attachments/style/data-table.css Normal file → Executable file
View File

0
attachments/style/images/loader-blue.gif Normal file → Executable file
View 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
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
attachments/style/reset.css Normal file → Executable file
View File

0
attachments/style/style.css Normal file → Executable file
View File

0
readme.md Normal file → Executable file
View File