Hi all,
I am currently trying to programmatically update a templated widget.
To provide a simplistic example, say I have the following template for a custom widget:
I want to programmatically update 'link' and 'text' above - but the link always retains the values passed to it when it was constructed, and I can't figure out how to refresh it (I did call this.startup() after altering the text and link variable values).
