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
16 [[System>>JSSystem]]
17
18 [[User>>JSUser]]
19
20 [[Utils>>JSUtils]]
21
22 [[Registry>>JSRegistry]]
23
24 [[Message>>JSMessage]]
25
26 [[Runtime>>JSRuntime]]
27
28
29 == Non Static objects ==
30
31 In addition, there are a few javascript object that can be used to instantiate objects and retrieve data or export data.
32
33 [[Filter>>JSFilter]]
34
35 [[EntityLisr>>JSEntityList]]
36
37 [[Calendar>>JSCalendar]]
38
39 [[BusinessCalendar>>JSBusinessCalendar]]
40
41 [[OptionValue>>JSOptionValue]]
42
43 [[Calendar>>JSCalendar]]
44
45 [[CSVReader>>JSCSVReader]]
46
47 [[TextFile>>JSTextFile]]
48
49 [[Money>>JSMoney]]
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation