haXe API Documentation
Back
|
Index
typedef
js.Window
import js.Dom
Available in js
var
top :
Window
var
status :
String
var
self :
Window
function
scrollTo(x :
Int
, y :
Int
) :
Void
function
scrollBy(dx :
Int
, dy :
Int
) :
Void
var
screen :
Screen
function
prompt(msg :
String
, ?def :
String
) :
String
function
print() :
Void
var
parent :
Window
var
outerWidth :
Int
var
outerHeight :
Int
var
opener :
Window
function
open(url :
String
, ?name :
String
, ?features :
String
) :
Window
function
onunload(
Event
) :
Void
function
onscroll(
Event
) :
Void
function
onresize(
Event
) :
Void
function
onload(
Event
) :
Void
function
onerror(
Event
) :
Void
var
navigator :
Navigator
var
name :
String
function
moveTo(x :
Int
, y :
Int
) :
Void
function
moveBy(dx :
Int
, dy :
Int
) :
Void
var
location :
Location
var
length :
Int
var
innerWidth :
Int
var
innerHeight :
Int
var
history :
History
var
frames :
HtmlCollection
<
Frame
>
function
focus() :
Void
var
document :
Document
var
defaultStatus :
String
function
confirm(msg :
String
) :
Bool
var
closed :
Bool
function
close() :
Void
function
blur() :
Void
function
alert(msg :
String
) :
Void
Back
|
Index