edit annotations

This commit is contained in:
j 2011-06-15 16:36:01 +02:00
commit 218eeaf47a
4 changed files with 24 additions and 11 deletions

View file

@ -204,6 +204,9 @@ Ox.TextList = function(options, self) {
edit: function(data) {
that.editCell(data.id, data.key);
},
cancel: function(data) {
Ox.print('cancel edit', data);
},
init: function(data) {
// fixme: why does this never reach?
//Ox.print('INIT????')