Hi, looking at documentation the ID of the “onBeforeCreateFolder” event should return the ID of the newly created folder. However, i am getting the ID of the currently selecteditem.
please see http://webix.com/snippet/b7c64745
also - with the createFolder method is there a way to retrieve the ID of the newly created folder?
fyi - just a note - according to the documentation the “onBeforePasteFile” passes as a parameters a list of ids to paste. It is actually the id of the destination folder to copy the items to.
also - got around the above issue “onBeforeCreateFolder” event giving the ID of the newly created folder by attaching to the OnBeforeAdd event for the TreeStore.