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