Changes for page Textdatei erzeugen


From version 1.11
edited by gru
on 26.07.2021, 14:09
Change comment: There is no comment for this version
To version 1.12
edited by jdr
on 26.07.2021, 14:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gru
1 +XWiki.jdr
Content
... ... @@ -30,20 +30,20 @@
30 30  
31 31  === Standard action variables ===
32 32  
33 -; [%$<Aktionsname>.SUCCESS%]
33 +; [%$<Actionname>.SUCCESS%]
34 34  : Whether the action could be processed successfully. Evaluates to a boolean, ie. true or false.
35 35  ; [%$<Aktionsname>.RESULT%]
36 36  : Return all results provided by the action as JSON.
37 37  
38 -; [%$<Aktionsname>.ERROR_CODE%]
38 +; [%$<Actionname>.ERROR_CODE%]
39 39  : In case of error the thrown error code of the action. Empty if no error has occurred.
40 -; [%$<Aktionsname>.ERROR_MESSAGE%]
40 +; [%$<Actionname>.ERROR_MESSAGE%]
41 41  : In case of error the thrown error message of the action. Empty if no error has occurred.
42 42  
43 43  === Action specific action variables ===
44 44  
45 -; [%$<Aktionsname>.RESULT.fileSize%]
45 +; [%$<Actionname>.RESULT.fileSize%]
46 46  : Size of the created text file in bytes.
47 -; [%$<Aktionsname>.ERROR.message%]
47 +; [%$<Actionname>.ERROR.message%]
48 48  : Error code returned when the text file could not be written to the file system.
49 49