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 [[Counter>>JSCounter]]
29
30 [[Progress>>JSProgress]]
31
32 [[Other static calls>>OtherStatic]]
33
34 == Non Static objects ==
35
36 In addition, there are a few javascript object that can be used to instantiate objects and retrieve data or export data.
37
38 [[Entity>>JSEntity]]
39
40 [[Filter>>JSFilter]]
41
42 [[EntityList>>JSEntityList]]
43
44 [[Calendar>>JSCalendar]]
45
46 [[BusinessCalendar>>JSBusinessCalendar]]
47
48 [[OptionValue>>JSOptionValue]]
49
50 [[CSVReader>>JSCSVReader]]
51
52 [[TextFile>>JSTextFile]]
53
54 [[TextLine>>JSTextLine]]
55
56 [[Money>>JSMoney]]
57
58
59
60 == Entity definition access ==
61
62 [[Application>>JSApplication]]
63
64 [[PropertyDefinition >>JSPropertyDefinition]]
65
66 [[Action>>JSAction]]
67
68 [[Operation>>JSOperation]]
69
70
71 = JavaScript in action =
72
73 [[Property rules>>PropertyRules]]
74
75 [[Operation Script>>OperationScript]]
76
77 [[Action Script and Visibility>>ActionScrVis]]
78
79 [[Workflow Script>>WorkflowScript]]
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation