-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trigger readfolder/folder change on client side #345
Comments
alternatively, is it possible to trigger re-initialization of the plugin (with a new expandedFolder in the url)? |
Yes, it's exists. It's not the client side API actually, but rather a few public methods of RichFilemanager jQuery plugin. They are well described here. I think that's exactly what you need. |
Brilliant - exactly what I needed. Thanks 🙏 |
Hi @servocoder the loadFolder method is great but it doesn't allow me a way of opening the root folder, if I pass it "/" its trying to load "//" which isn't correct. I think its a simple change to the loadFolder so it doesn't always wrap the folder name you're trying to load? |
Merged the fix in PR #346. Thanks! |
In raising this issue, I confirm the following (please check boxes):
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Hello - I'm wondering if there is any sort of client side api for this project? I want to try and trigger a readfolder action from the client (without having to reload the DOM/markup again) - is there any way to interact with the plugin client-side?
thanks
The text was updated successfully, but these errors were encountered: