]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
add apiCallDone callback for window.edit
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 26 Apr 2018 06:45:49 +0000 (08:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Apr 2018 12:03:37 +0000 (14:03 +0200)
commita498f279919655ba774cc59bb9319c0dc0b33e7e
tree91463e3bd15fc1a8889dd9f177ce1155a9570e5b
parent2087bcd90b8d63147afe2b00e2654de42268d6f4
add apiCallDone callback for window.edit

we sometimes want/need to do something when the api call
finished and need to know whether it was successful or need the result

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
window/Edit.js