Skip to content

Call FileManager modal #2146

May 24, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You can use all the angularjs directives:

<zaa-file-upload model="model" label="someLabel" fieldid="someId"></zaa-file-upload>

or only the file modal

<storage-file-upload ng-model="model"></storage-file-upload>

or only images

<storage-image-upload options="options" ng-model="model"></storage-image-upload>

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?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Crazy-racoon
Comment options

@nadar
Comment options

Answer selected by Crazy-racoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants