1
How to trigger the context menu button - Refresh using java-script?
Question asked by Naveen - 5/13/2019 at 12:54 AM
Answered
Hi,

I want to refresh the panel of the File Ultimate using the button already present on the context menu. What I need is just a javascript code to trigger that button.

Please Help me.
Thanks.

2 Replies

Reply to Thread
0
Cesar Replied
Any update?
0
Cem Alacayir Replied
Employee Post Marked As Answer
To refresh the current folder, use this JS code:

fileManager.refreshFolderNode(fileManager.navigationSelection);

Reply to Thread