Content picker event
Hello,
I'm using the content Picker, and i d like to know witch event called when we check file or folders (befor w call the
contentPicker.addListener('choose', function (items) { ...})
thanks for your help
-
Hi ,
Right now the content picker only directly supports two events for when the choose and cancel buttons are clicked.
If I were testing for additional events here however, I would see if there are any events that might be firing from some of the other base components. To test this theory, you may want to check out the content explorer events. Specifically I would check if the select event is being fired when an item is clicked. That would be my best guess there.
- Jon
Please sign in to leave a comment.
Comments
1 comment