Skip to content
forked from rootnot/axhoox

Just program your Axure prototypes in Java Script !

License

Notifications You must be signed in to change notification settings

kmhansen/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.

About

Just program your Axure prototypes in Java Script !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • Shell 6.3%