Hi,
I’ve been playing around with axure & own javascript to get some logic working.
Doing all that in Axure would be huge hassle.
Anyway, doing show and setPanelState is working fine by using :
$axure("@panelname" ).show()
$axure("@panelname" ).setPanelState()
I want to do the same thing for opening a page in an iframe-widget.
$axure("@iframename").openLink( “page.html”, true);
But i can’t get it to work, anyone got any ideas?
Thanks!