is it possible to use upload’s link option if the component is inside a view with isolate=true?
http://webix.com/snippet/4b08f5fa
my example returns an error: “script error”
is there a workaround for using it?
is it possible to use upload’s link option if the component is inside a view with isolate=true?
http://webix.com/snippet/4b08f5fa
my example returns an error: “script error”
is there a workaround for using it?
As quick solution you can use the code like next
http://webix.com/snippet/12d1b94e
It redefines the link value after UI creation
Most probably it will be fixed in one of next updates ( automatic resolving the id in the same isolated space )
It would be great. Thanks!