[haXe] Another haxeJs newbie question

Axel Huizinga axel at 3drachen.de
Mon Dec 3 19:21:17 CET 2007


Hi,
first I wonder why

        var a:HtmlCollection<StyleSheet> = js.Lib.document.stylesheets;
        trace(a);

reports null though I have one external stylesheet linked to my html 
document.

And then I'd like to change stylesheet rules via javascript.
Is there a way to do this with haxe?

Cordially,
Axel



More information about the Haxe mailing list