code
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code [2011/01/22 00:38] – jmgr | code [2011/04/20 20:22] (current) – removed jmgr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Actionaz adds a lot of new objects to the JavaScript (EcmaScript) language. | ||
| - | Each object contains items. | ||
| - | Items are: | ||
| - | * Methods, called with an object: | ||
| - | <code javascript> | ||
| - | var w = Window(); //Calls the method close() from a previously created Window object | ||
| - | w.close(); | ||
| - | </ | ||
| - | <code javascript> | ||
| - | Window().close(); | ||
| - | </ | ||
| - | * Functions, called without an object: | ||
| - | <code javascript> | ||
| - | Window.all(); | ||
| - | </ | ||
| - | * Variables: | ||
| - | <code javascript> | ||
| - | Script.nextLine = 4; //Sets the next script execution line to 4 | ||
| - | </ | ||
| - | <code javascript> | ||
| - | Console.print(" | ||
| - | </ | ||
| - | * Attributes: TODO | ||
| - | * Enumerations: | ||
| - | |||
| - | Actions can also add some objects. Embedded objects are : | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
| - | * [[code: | ||
code.1295656738.txt.gz · Last modified: (external edit)
