edit annotations
This commit is contained in:
parent
e7b947c1ca
commit
218eeaf47a
4 changed files with 24 additions and 11 deletions
|
|
@ -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????')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue