Ver Fonte

added createElement.

Nicolas Cannasse há 19 anos atrás
pai
commit
73ff5b3594
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      std/js/Document.hx

+ 1 - 0
std/js/Document.hx

@@ -65,6 +65,7 @@ extern class Document extends HtmlDom {
 	function close() : Void;
 	function getElementById( id : String ) : HtmlDom;
 	function getElementsByName( name : String ) : HtmlCollection<HtmlDom>;
+	function createElement( name : String ) : HtmlDom;
 
 	var onclick : Event -> Void;
 	var ondblclick : Event -> Void;