Call FileManager modal #2146
Answered
by
nadar
Crazy-racoon
asked this question in
Questions & Problems
Call FileManager modal
#2146
-
Good afternoon! How can I call the file manager window in the "Custom Angular Controller and Admin View" and call when choosing a file? |
Beta Was this translation helpful? Give feedback.
Answered by
nadar
May 24, 2022
Replies: 1 comment 2 replies
-
You can use all the angularjs directives:
or only the file modal
or only images
sadly, we have no "api" for all the angularjs directives which are available, so you have to take a look at the directives file: https://github.com/luyadev/luya-module-admin/blob/master/src/resources/js/formdirectives.js Does that answer your question? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Crazy-racoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use all the angularjs directives:
or only the file modal
or only images
sadly, we have no "api" for all the angularjs directives which are available, so you have to take a look at the directives file: https://github.com/luyadev/luya-module-admin/blob/master/src/resources/js/formdirectives.js
Does that answer your question?