Skip to content

rootnot/axhoox

Repository files navigation

axhoox

Just program your Axure prototypes in Java Script !

		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';

Read more in The Wiki or play with Demo

License and distribution

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.