Hi all,
this one is probably easy.
I have a DynamicForm http://www.smartclient.com/smartgwte...namicForm.html.
I added "Delete"-Button below that should delete the row in the DynamicForm from the database.
My "Save"-Button calls DynamicForm.saveData(), but what should the "Delete"-Button call?
As DynamicForm already has "getRemoveOperation()" there must be a way to call it.
Thank you,
Blama
this one is probably easy.
I have a DynamicForm http://www.smartclient.com/smartgwte...namicForm.html.
I added "Delete"-Button below that should delete the row in the DynamicForm from the database.
My "Save"-Button calls DynamicForm.saveData(), but what should the "Delete"-Button call?
As DynamicForm already has "getRemoveOperation()" there must be a way to call it.
Thank you,
Blama
Comment