Hello,
I was wondering if there is a way, in FileManager, to call an action when a directory is browsed.
My scenario is the following:
I have a FileManager and an iFrame that shows the link to each file in target directory (root), each file has a button to copy his path to clipboard.
Now, what I want to achieve is to change the directory content listed in iFrame according to what I browse in the FileManager.
something like:
action: refreshIFrame(targetIframeID, pathToBrowse)
Is that possible?
Thank you.
Alessandro