I have added a custom action to the filemanager
How do I get the list of items that were selected when my action was invoked?
Hi,
use getActive() method:
var ids = $$(“fmanager”).getActive();
Great thank you again
I have added a custom action to the filemanager
How do I get the list of items that were selected when my action was invoked?
Hi,
use getActive() method:
var ids = $$(“fmanager”).getActive();
Great thank you again