scriptContext.get("dynamic-panel-1").setNextState(true);
var parent = scriptContext.getParent();
parent.fireEvent('OnSomethingSpecial');
if (scriptContext.page != scriptContext) {
console.log('We are still in some widget scope. The path is: ' + scriptContext.path);
}
scriptContext.data.YourOwnVariable = 'This is important';
All software and documents (located in the /source, /dev-tools and /axure-rp-files directories) are licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you use them please add a link to AXHOOX (http://rootnot.github.io/axhoox/) somewhere in your prototype or web page.