Open shankhadevpadam opened 4 years ago
any idea anyone
I want this package should be like a wordpress media manager.
Im struggling with something like this, but using tingle.js modal instead of bootstrap.
After going trough script.js
found that the it will search for a callback funcion defined as a paramater on the parent window, if added on an iframe as seen here.
Sadly its throwing a weird error reporting that getSelecteditems
is not defined. Will come back if I find a decent solution without touching the original js file. It might be a bug.
If this package supports modal instead of window pop then it is a super cool package. Like in this cms https://demo.twill.io/
I am trying to configure the standalone version to do the following, any advice would be much appreciated:
Standalone button click -> Open Bootstrap Modal with filemanager UI inside In filemanager, upload photo as normal Click photo to add to standalone input and close this modal Return to standalone button with image thumbnail appended Currently, I have tried adding the iframe of filemanager to the HTML of a modal and calling it with a data-toggle on the 'Standalone anchor' button. This works but once uploaded, clicking on an uploaded image simply redirects the browser directly to the image source URL.
Many thanks