Fantom

 

class

dom::Win

sys::Obj
  dom::Win

@js

Win models the DOM window object.

See docLib for details.

Slots

alertSource

native Void alert(Obj obj)

Display a modal message box with the given text.

curSource

static native Win cur()

Return the current window instance.

docSource

native Doc doc()

Return the Doc instance for this window.

native Void hyperlink(Uri uri)

Hyperlink to the given Uri in this window.

uriSource

native Uri uri()

Get the Uri for this window.