#Apix api
Basic Haxe-js api .
Dependency for Apix- projects.
- Example : Apix-MyBox
##Features:
-
Extends js.html.Element
ie: elem.on("click",listener,false,[parameters to myListener]) ; -
Extends String
ie: "#id .myCssClass".on("click",listener,false,[parameters to myListener]) ; -
manages custom events : myInstance.eventType.on(myListener,[parameters to myListener]) ;
-
and diverses classes...
##Haxe version :
- haxe3
##Installation :
- as haxe lib
- or add in build.xml : -cp
##Dependency :
Skin : html and css has to be installed :
##Licence GNU-GPL