OLPCities/Window: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


You don't need to create any object for this Class because it will have only one stantialization for a page. You will use the "prefix": <b>window</b> to call its elements.
You don't need to create any object for this Class because it will have only one stantialization for a page. You will use the "prefix": <b>window</b> to call its elements.


==Methods==
<pre>
alert(String)
</pre>
[[Image: alert.jpg]]


==Properties==
==Properties==

Revision as of 12:48, 30 September 2006

"Window" is a Class that is part of the DOM (Document Object Model). This "library" is referenced automaticaly by the browser of the OLPC station and you don't need to add anything in the program to use it.

We are now (sept 2006) doing tests to verify all the methods and propeties of this Class that is working OK with the OLPC station. So, we have only a few elements presented here.

You don't need to create any object for this Class because it will have only one stantialization for a page. You will use the "prefix": window to call its elements.


Methods

alert(String)

Alert.jpg

Properties


location = String            Used to call a new webpage whose address is the String