Changes for page Content
Last modified by Thomas Coelho (local) on 2023/08/09 10:59
From version 1.1
edited by Laura Sagunski
on 2022/09/27 12:40
on 2022/09/27 12:40
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.6]
To version 3.1
edited by Thomas Coelho (local)
on 2023/08/09 10:59
on 2023/08/09 10:59
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.5]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. sagunski1 +xwiki:XWiki.coelho - Content
-
... ... @@ -31,7 +31,8 @@ 31 31 'name': "$name", 32 32 'rows': 25, 33 33 'cols': 80, 34 - 'full': true 34 + 'full': true, 35 + 'restricted': $editedDocument.isRestricted() 35 35 }) 36 36 #else 37 37 </div> ... ... @@ -38,9 +38,12 @@ 38 38 #end 39 39 {{/html}} 40 40 #elseif ("$!type" != '') 41 - ## Include the content of the current document. 42 - ## Escape {{ in the rendered content to be sure that the HTML macro is not closed unintentionally. 43 - {{html}}$tdoc.getRenderedContent($tdoc.content, $tdoc.syntax.toIdString()).replace('{{', '&#123;&#123;'){{/html}} 42 + ## Display the content of the current document without using any sheet. We can't use the include macro here (with the 43 + ## author parameter) because the content may have unsaved changes (e.g. on preview action). We make sure that the HTML 44 + ## macro is not closed unintentionally, even though the XHTML printer protects us against this, just to be extra safe. 45 + {{html}}$services.display.content($tdoc, { 46 + 'displayerHint': 'default' 47 + }).replace('{{/html}}', '&#123;&#123;/html&#125;&#125;'){{/html}} 44 44 #else 45 45 The display mode is not specified! 46 46 #end
- AppWithinMinutes.FormFieldClass[0]
-
- Icon
-
... ... @@ -1,0 +1,1 @@ 1 +edit - Category
-
... ... @@ -1,0 +1,1 @@ 1 +AppWithinMinutes.Document - Priority
-
... ... @@ -1,0 +1,1 @@ 1 +0