I`m using the awesome vault control, which I think is a greate file managing control.
Right now, I want to disable the possibility that the user can delete the uploaded files.
I saw no Event or method where I can do it.
I tried it with the vault.load() event which jQuery function to remove the items like $(‘myVaultDiv’).find(’#dhx_vault_file_delete’).remove() but at this time, the items are not rendered on the html page.
I want to hide/remove the button self.
Because, If the user get’s the message “you are not allowed to delete…” it makes no sense to Display the button.