From version 20.1
edited by Maurice Gasco
on 2011/10/11 15:26
To version 21.1
edited by Pierre Dubois
on 2011/10/17 09:25
Change comment: Imported from XAR

Summary

Details

Icon Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mgasco
1 +XWiki.pdubois
Content
... ... @@ -6,7 +6,6 @@
6 6  
7 7  [[javascript reference documentation (mozilla.org)>>https://developer.mozilla.org/en/JavaScript/Reference]]
8 8  
9 -[[JavaScript Guide>>https://developer.mozilla.org/en/JavaScript/Guide]]
10 10  
11 11  = Requea system objects =
12 12  
... ... @@ -14,67 +14,103 @@
14 14  
15 15  == Static objects ==
16 16  
17 -[[System>>JSSystem]]
16 +; **[[System>>JSSystem]]**
17 +: System wide functions and utilities
18 +\\
18 18  
19 -[[User>>JSUser]]
20 +; **[[User>>JSUser]]**
21 +: Get the current User and access its properties
22 +\\
20 20  
21 -[[Utils>>JSUtils]]
24 +; **[[Utils>>JSUtils]]**
25 +: Some utility functions
26 +\\
22 22  
23 -[[Registry>>JSRegistry]]
28 +; **[[Registry>>JSRegistry]]**
29 +: Get access to database params or definitions
30 +\\
24 24  
25 -[[Message>>JSMessage]]
32 +; **[[Message>>JSMessage]]**
33 +: Retrieve localized end user messages
34 +\\
26 26  
27 -[[Runtime>>JSRuntime]]
36 +; **[[Runtime>>JSRuntime]]**
37 +: Execute external processes
38 +\\
28 28  
29 -[[Counter>>JSCounter]]
40 +; **[[Counter>>Javascript.Base.Counter]]**
41 +: Retrieve incremental values
42 +\\
30 30  
31 -[[Progress>>JSProgress]]
44 +; **[[Progress>>Javascript.Base.Progress]]**
45 +: Manage long running operations
46 +\\
32 32  
33 -[[Other static calls>>OtherStatic]]
48 +; **[[Other static calls>>OtherStatic]]**
49 +\\
34 34  
35 35  == Non Static objects ==
36 36  
37 37  In addition, there are a few javascript object that can be used to instantiate objects and retrieve data or export data.
38 38  
39 -[[Entity>>JSEntity]]
55 +; **[[Entity>>JSEntity]]**
56 +\\
40 40  
41 -[[Filter>>JSFilter]]
58 +; **[[Filter>>JSFilter]]**
59 +: Set query parameters
60 +\\
42 42  
43 -[[EntityList>>JSEntityList]]
62 +; **[[EntityList>>JSEntityList]]**
63 +\\
44 44  
45 -[[Calendar>>JSCalendar]]
65 +; **[[Calendar>>JSCalendar]]**
66 +: Manipulate dates and time as Gregorian calendars
67 +\\
46 46  
47 -[[BusinessCalendar>>JSBusinessCalendar]]
69 +; **[[BusinessCalendar>>Javascript.Base.BusinessCalendar]]**
70 +: Manipulates dates and time with open hours, week ends and holidays
71 +\\
48 48  
49 -[[OptionValue>>JSOptionValue]]
73 +; **[[OptionValue>>JSOptionValue]]**
74 +\\
50 50  
51 -[[CSVReader>>JSCSVReader]]
76 +; **[[CSVReader>>JSCSVReader]]**
77 +\\
52 52  
53 -[[TextFile>>JSTextFile]]
79 +; **[[TextFile>>JSTextFile]]**
80 +\\
54 54  
55 -[[TextLine>>JSTextLine]]
82 +; **[[TextLine>>JSTextLine]]**
83 +\\
56 56  
57 -[[Money>>JSMoney]]
58 58  
86 +; **[[Money>>Javascript.Base.Money]]**
87 +\\
59 59  
60 -
61 61  == Entity definition access ==
62 62  
63 -[[Application>>JSApplication]]
91 +; **[[Application>>JSApplication]]**
92 +\\
64 64  
65 -[[PropertyDefinition >>JSPropertyDefinition]]
94 +; **[[PropertyDefinition >>JSPropertyDefinition]]**
95 +\\
66 66  
67 -[[Action>>JSAction]]
97 +; **[[Action>>JSAction]]**
98 +\\
68 68  
69 -[[Operation>>JSOperation]]
100 +; **[[Operation>>JSOperation]]**
101 +\\
70 70  
71 -
72 72  = JavaScript in action =
73 73  
74 -[[Property rules>>PropertyRules]]
105 +; **[[Property rules>>PropertyRules]]**
106 +\\
75 75  
76 -[[Operation Script>>OperationScript]]
108 +; **[[Operation Script>>OperationScript]]**
109 +\\
77 77  
78 -[[Action Script and Visibility>>ActionScrVis]]
111 +; **[[Action Script and Visibility>>ActionScrVis]]**
112 +\\
79 79  
80 -[[Workflow Script>>WorkflowScript]]
114 +; **[[Workflow Script>>WorkflowScript]]**
115 +\\
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation