| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.dom.window
Inheritance : Object : HTMLElement
Methods
| Name | Signature |
| alert | void alert(Object obj) |
| blur | void blur() |
| clearInterval | void clearInterval(int intervalId) |
| clearTimeout | void clearTimeout(int timeoutId) |
| close | void close() |
| confirm | boolean confirm(String message) |
| decodeURI | String decodeURI(String uri) |
| decodeURIComponent | String decodeURIComponent(String uri) |
| encodeURI | String encodeURI(String uri) |
| encodeURIComponent | String encodeURIComponent(String uri) |
| escape | String escape(String toEscape) |
| eval | Object eval(Literal s) |
| focus | void focus() |
| home | void home() |
| isNaN | boolean isNaN(Object s) |
| moveBy | void moveBy(int x, int y) |
| moveTo | void moveTo(int x, int y) |
| open | window open(String url) |
| open | window open(String url, String name) |
| open | window open(String url, String name, String settings) |
| open | window open(String url, String name, String settings, boolean replace) |
| parseFloat | float parseFloat(Literal s) |
| parseInt | int parseInt(Literal s) |
| void print() | |
| prompt | String prompt(String message) |
| prompt | String prompt(String message, String input) |
| resizeBy | void resizeBy(int x, int y) |
| resizeTo | void resizeTo(int x, int y) |
| scrollBy | void scrollBy(int x, int y) |
| scrollTo | void scrollTo(int x, int y) |
| setInterval | int setInterval(Function func, int timeout) |
| setInterval | int setInterval(String funcName, int timeout) |
| setInterval | int setInterval(String funcName, int timeout, Array<Object> args) |
| setInterval | int setInterval(Function func, int timeout, Array<Object> args) |
| setTimeout | int setTimeout(String funcName, int timeout) |
| setTimeout | int setTimeout(Function func, int timeout) |
| unescape | String unescape(String toUnescape) |
Properties
| Name | Type | Comment | |
| closed |
| ||
| defaultStatus |
| ||
| document |
| ||
| event |
| ||
| frames |
| ||
| innerHeight |
| ||
| innerWidth |
| ||
| length |
| ||
| location |
| ||
| name |
| ||
| opener |
| ||
| outerHeight |
| ||
| outerWidth |
| ||
| pageXOffset |
| ||
| pageYOffset |
| ||
| parent |
| ||
| screenLeft |
| ||
| screenTop |
| ||
| screenX |
| ||
| screenY |
| ||
| self |
| ||
| status |
| ||
| top |
| ||
| window |
| ||
| XMLHttpRequest |
|
Methods
|
alert void alert(Object obj) Parameters
|
|
blur void blur() |
|
clearInterval void clearInterval(int intervalId) Parameters
|
|
clearTimeout void clearTimeout(int timeoutId) Parameters
|
|
close void close() |
|
confirm boolean confirm(String message)
Parameters
|
||||||||||
|
decodeURI String decodeURI(String uri)
Parameters
|
||||||||||
|
decodeURIComponent String decodeURIComponent(String uri)
Parameters
|
||||||||||
|
encodeURI String encodeURI(String uri)
Parameters
|
||||||||||
|
encodeURIComponent String encodeURIComponent(String uri)
Parameters
|
||||||||||
|
escape String escape(String toEscape)
Parameters
|
||||||||||
|
eval Object eval(Literal s)
Parameters
|
||||||||||
|
focus void focus() |
|
home void home() |
|
isNaN boolean isNaN(Object s)
Parameters
|
||||||||||
|
moveBy void moveBy(int x, int y) Parameters
|
|
moveTo void moveTo(int x, int y) Parameters
|
|
open window open(String url)
Parameters
|
||||||||||
|
open window open(String url, String name)
Parameters
|
|||||||||||||
|
open window open(String url, String name, String settings)
Parameters
|
||||||||||||||||
|
open window open(String url, String name, String settings, boolean replace)
Parameters
|
|||||||||||||||||||
|
parseFloat float parseFloat(Literal s)
Parameters
|
||||||||||
|
parseInt int parseInt(Literal s)
Parameters
|
||||||||||
|
void print() |
|
prompt String prompt(String message)
Parameters
|
||||||||||
|
prompt String prompt(String message, String input)
Parameters
|
|||||||||||||
|
resizeBy void resizeBy(int x, int y) Parameters
|
|
resizeTo void resizeTo(int x, int y) Parameters
|
|
scrollBy void scrollBy(int x, int y) Parameters
|
|
scrollTo void scrollTo(int x, int y) Parameters
|
|
setInterval int setInterval(Function func, int timeout)
Parameters
|
|||||||||||||
|
setInterval int setInterval(String funcName, int timeout)
Parameters
|
|||||||||||||
|
setInterval int setInterval(String funcName, int timeout, Array<Object> args)
Parameters
|
||||||||||||||||
|
setInterval int setInterval(Function func, int timeout, Array<Object> args)
Parameters
|
||||||||||||||||
|
setTimeout int setTimeout(String funcName, int timeout)
Parameters
|
|||||||||||||
|
setTimeout int setTimeout(Function func, int timeout)
Parameters
|
|||||||||||||
|
unescape String unescape(String toUnescape)
Parameters
|
||||||||||
| Module: | libdom | Package: | org.milescript.dom | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |