Wiki source code of References
Last modified by Eleni Cojocariu on 2025/07/31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('Documentation.WebHome') | ||
3 | $xwiki.ssx.use('Documentation.UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
5 | |||
6 | == Summary == | ||
7 | |||
8 | This section of the documentation isĀ for when you need to know which options can be used, find the precise details to set parameters, make informed decisions, and take the right actions in XWiki as a user. | ||
9 | |||
10 | == Highlights == | ||
11 | |||
12 | (% class="row cards" %) | ||
13 | ((( | ||
14 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
15 | ((( | ||
16 | (% class="card card1" %) | ||
17 | ((( | ||
18 | (% class="card-body" %) | ||
19 | ((( | ||
20 | ==== (% class="card-title" %)Edit actions(%%) ==== | ||
21 | |||
22 | (% class="card-text" %) | ||
23 | ((( | ||
24 | * [[Realtime Edit Actions>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.RealtimeEditActions.WebHome]] | ||
25 | ))) | ||
26 | ))) | ||
27 | ))) | ||
28 | ))) | ||
29 | |||
30 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
31 | ((( | ||
32 | (% class="card card1" %) | ||
33 | ((( | ||
34 | (% class="card-body" %) | ||
35 | ((( | ||
36 | ==== (% class="card-title" %)Toolbars(%%) ==== | ||
37 | |||
38 | (% class="card-text" %) | ||
39 | ((( | ||
40 | * [[Wiki Editor Toolbar>>doc:Doc.XS.Extensions.XWikiStandardFlavor.User.EditPage.EditWikiEditor.WikiEditorToolbar.WebHome]] | ||
41 | ))) | ||
42 | ))) | ||
43 | ))) | ||
44 | ))) | ||
45 | ))) | ||
46 | |||
47 | == What are you looking for? == | ||
48 | |||
49 | {{velocity}} | ||
50 | {{liveData | ||
51 | id="allUserReferencesPages" | ||
52 | properties="doc.title,type,target" | ||
53 | source="liveTable" | ||
54 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
55 | filters="target=user&type=reference" | ||
56 | }} | ||
57 | { | ||
58 | "meta": { | ||
59 | "propertyDescriptors": [ | ||
60 | { | ||
61 | "id": "target", | ||
62 | "visible": false | ||
63 | } | ||
64 | ] | ||
65 | } | ||
66 | } | ||
67 | {{/liveData}} | ||
68 | {{/velocity}} | ||
69 | |||
70 | == Related articles == | ||
71 | |||
72 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] | ||
73 | * [[Developer documentation>>doc:Doc.XS.Dev.WebHome]] |