fires after the editor is closed
id | string | the id of the edited item |
state | object | contains two properties: old - the old value and new - the new value |
editor | object | editor object |
view | string | the view where editing occurs |
$$("fmanager").attachEvent("onAfterEditStop",function(id,state,editor,view){
// your code
});