Serverconnect's done event to call Javascript Function Error

dmx-on:done="" means you are calling a dynamic event - i.e. you run/control an app connect component.

for calling js functions you need to use the static events, so: ondonde="myFunction()"

1 Like