Wiki source code of Howto Guides for Developers
Last modified by Vincent Massol on 2025/08/06
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 | Learn how to write scripts in XWiki page, create XWiki Extensions and discover XWiki's APIs. | ||
9 | |||
10 | == What are you looking for? == | ||
11 | |||
12 | {{velocity}} | ||
13 | {{liveData | ||
14 | id="allDeveloperHowtoPages" | ||
15 | properties="doc.title,type,target" | ||
16 | source="liveTable" | ||
17 | sourceParameters="className=XWikiOrg.DocumentationClass&translationPrefix=xwikiorg." | ||
18 | filters="target=developer&type=howto" | ||
19 | }} | ||
20 | { | ||
21 | "meta": { | ||
22 | "propertyDescriptors": [ | ||
23 | { | ||
24 | "id": "target", | ||
25 | "visible": false | ||
26 | } | ||
27 | ] | ||
28 | } | ||
29 | } | ||
30 | {{/liveData}} | ||
31 | {{/velocity}} | ||
32 | |||
33 | == Related articles == | ||
34 | |||
35 | * [[User documentation>>doc:Doc.XS.User.WebHome]] | ||
36 | * [[Administrator documentation>>doc:Doc.XS.Admin.WebHome]] |