haXe API Documentation
Back
|
Index
typedef
js.Image
import js.Dom
Available in js
var
width :
Int
var
vspace :
Int
var
useMap :
String
var
title :
String
var
style :
Style
var
src :
String
function
setAttribute(attr :
String
, val :
String
) :
Void
var
scrollWidth :
Int
var
scrollTop :
Int
var
scrollLeft :
Int
var
scrollHeight :
Int
function
replaceChild(child :
HtmlDom
, oldChild :
HtmlDom
) :
Void
function
removeChild(child :
HtmlDom
) :
Void
var
previousSibling :
HtmlDom
var
parentNode :
HtmlDom
function
onscroll(
Event
) :
Void
function
onresize(
Event
) :
Void
function
onmouseup(
Event
) :
Void
function
onmouseover(
Event
) :
Void
function
onmouseout(
Event
) :
Void
function
onmousemove(
Event
) :
Void
function
onmousedown(
Event
) :
Void
function
onload(
Event
) :
Void
function
onkeyup(
Event
) :
Void
function
onkeypress(
Event
) :
Void
function
onkeydown(
Event
) :
Void
function
onfocus(
Event
) :
Void
function
onerror(
Event
) :
Void
function
ondblclick(
Event
) :
Void
function
onclick(
Event
) :
Void
function
onblur(
Event
) :
Void
function
onabort(
Event
) :
Void
var
offsetWidth :
Int
var
offsetTop :
Int
var
offsetParent :
HtmlDom
var
offsetLeft :
Int
var
offsetHeight :
Int
var
nodeValue :
String
var
nodeType :
Int
var
nodeName :
String
var
nextSibling :
HtmlDom
var
name :
String
var
lowsrc :
String
var
lastChild :
HtmlDom
var
lang :
String
var
isMap :
Bool
function
insertBefore(newChild :
HtmlDom
, refChild :
HtmlDom
) :
Void
var
innerHTML :
String
var
id :
String
var
hspace :
Int
var
height :
Int
function
hasChildNodes() :
Bool
function
getElementsByTagName(tag :
String
) :
HtmlCollection
<
HtmlDom
>
function
getAttribute(attr :
String
) :
String
function
focus() :
Void
var
firstChild :
HtmlDom
var
dir :
String
var
complete :
Bool
function
cloneNode(deep :
Bool
) :
HtmlDom
var
clientWidth :
Int
var
clientHeight :
Int
function
click() :
Void
var
className :
String
var
childNodes :
HtmlCollection
<
HtmlDom
>
var
border :
String
function
blur() :
Void
function
appendChild(child :
HtmlDom
) :
Void
var
alt :
String
var
align :
String
Back
|
Index