Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jena-savvy007
Partner - Contributor II
Partner - Contributor II

Actions buttons on widgets not working as expected

Good afternoon,

I'm starting to build my own widgets and I'm having troubles while using the APP API within a button.

For example, I try to create a button like this:

<lui-button ng-click="app.setScript('{{settings.script}}')">Script</lui-button>

When I click the button, instead of setting the script with the value I have configured on the property 'settings.script', it sets the script:

{{settings.script}}

Is it possible to set it with the value?

Thanks in advance

Labels (3)
1 Reply
cbelver
Partner - Contributor
Partner - Contributor

Same problem here!