Changes for page Scripting API Guide

Last modified by Sergei Kulagin on 2022/11/29

<
From version < 40.2 >
edited by Vincent Massol
on 2017/10/21
To version < 41.1 >
edited by Clément Aubin
on 2018/01/12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.caubin
Content
... ... @@ -20,7 +20,7 @@
20 20  ## Set its content (for example)
21 21  #set ($discard = $newDoc.setContent("new content"))
22 22  ## The second parameter to save() indicates whether the save is a minor edit or not
23 -#set ($discard = $newDoc.save("some comment explaining the save", true)
23 +#set ($discard = $newDoc.save("some comment explaining the save", true))
24 24  {{/code}}
25 25  
26 26  = Accessing the request =

Get Connected