Changes for page Model Module

Last modified by Thomas Mortagne on 2023/06/16 09:28

<
From version < 37.5 >
edited by Vincent Massol
on 2016/02/15 10:13
To version < 38.1 >
edited by Vincent Massol
on 2016/04/16 20:51
>
Change comment: Added missing class property documentation

Summary

Details

EXOExtensionCode.ExtensionClass[0]
Bundled With
... ... @@ -1,1 +1,1 @@
1 -enterprise manager
1 +enterprise
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -243,7 +243,7 @@
243 243  * ##Object## (wiki, space, page not defined, it's a relative reference)
244 244  * ##Ob\^ject## (object name with a '^' symbol in the name which needs to be escaped as otherwise "Ob" would be considered as a page name)
245 245  
246 -==== Property References ====
246 +==== Object Property References ====
247 247  
248 248  General string Syntax: {{code language="none"}}Wiki:Space.Page^Object.Property{{/code}}
249 249  
... ... @@ -256,6 +256,10 @@
256 256  * ##Property## (wiki, space, page and object not defined, it's a relative reference)
257 257  * ##Pro\.perty## (object name with a dot in the name which needs to be escaped as otherwise "Pro" would be considered as an object name)
258 258  
259 +=== Class Property References ===
260 +
261 +General string Syntax: {{code language="none"}}Wiki:Space.Page^ClassProperty{{/code}}
262 +
259 259  == Script Service API ==
260 260  
261 261  Full API is available {{scm path="xwiki-platform-core/xwiki-platform-model/src/main/java/org/xwiki/model/script/ModelScriptService.java"}}here{{/scm}}.

Get Connected