or only the file modal
\n<storage-file-upload ng-model=\"model\"></storage-file-upload>\n
or only images
\n<storage-image-upload options=\"options\" ng-model=\"model\"></storage-image-upload>\n
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
\nDoes that answer your question?
","upvoteCount":1,"url":"https://github.com/orgs/luyadev/discussions/2146#discussioncomment-2814043"}}}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.
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.
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?