Wiki source code of JavaScript Reference
Show last authors
1 | = JavaScript in the platform = |
2 | |
3 | The Requea platform uses a JavaScript engine. This scripting is ECMA 1.5 compliant. |
4 | |
5 | You may find many documentation on the web about javascript. Here are a few links: |
6 | |
7 | [[javascript reference documentation (mozilla.org)>>https://developer.mozilla.org/en/JavaScript/Reference]] |
8 | |
9 | |
10 | = Requea system objects = |
11 | |
12 | A few objects are available to interact with the platform, search data and call operations. |
13 | |
14 | == Static objects == |
15 | [[System>>JSSystem]] |
16 | |
17 | [[User>>JSUser]] |
18 | |
19 | [[Utils>>JSUtils]] |
20 | |
21 | [[Registry>>JSRegistry]] |
22 | |
23 | [[Message>>JSMessage]] |
24 | |
25 | [[Runtime>>JSRuntime]] |
26 | |
27 | |
28 | == Non Static objects == |
29 | |
30 | In addition, there are a few javascript object that can be used to instantiate objects and retrieve data or export data. |
31 | |
32 | [[Filter>>JSFilter]] |
33 | |
34 | [[EntityLisr>>JSEntityList]] |
35 | |
36 | [[Calendar>>JSCalendar]] |
37 | |
38 | [[BusinessCalendar>>JSBusinessCalendar]] |
39 | |
40 | [[OptionValue>>JSOptionValue]] |
41 | |
42 | [[Calendar>>JSCalendar]] |
43 | |
44 | [[CSVReader>>JSCSVReader]] |
45 | |
46 | [[TextFile>>JSTextFile]] |
47 | |
48 | [[Money>>JSMoney]] |