code
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
code [2011/01/23 17:36] – [Encoding] 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 = new 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, called with an object: | ||
- | <code javascript> | ||
- | var size = new Size(); | ||
- | size.x = 6; | ||
- | </ | ||
- | * Enumerations: | ||
- | |||
- | Actions can also add some objects. Embedded objects are : | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | * [[code: | ||
- | |||
- | ===== Enumerations ===== | ||
- | |||
- | ==== Encoding ==== | ||
- | Encoding represents a string encoding. | ||
- | |||
- | === Values === | ||
- | - Native: native encoding | ||
- | - Ascii: ascii encoding | ||
- | - Latin1: latin1 encoding | ||
- | - UTF8: utf-8 encoding |
code.1295804166.txt.gz · Last modified: 2021/02/13 11:23 (external edit)