Wiki source code of EditForm

Version 2.1 by teamwire004 on 2024/01/16 09:32

Hide last authors
teamwire004 2.1 1 {{template name="display_macros.vm" /}}
2
teamwire-admin 1.1 3 {{include reference="AnnotationCode.Macros" /}}
4
5 {{velocity filter="none"}}
6 {{html clean="false"}}
teamwire004 2.1 7 ## The annotation edit form is loaded asynchronously so we need to send back also the required JavaScript and CSS
8 ## resources (besides the form HTML).
9 #initRequiredSkinExtensions()
teamwire-admin 1.1 10 #displayEditBoxFromReference("$!{request.id}", $annotationReference)
teamwire004 2.1 11 #getRequiredSkinExtensions($requiredSkinExtensions)
12 #set ($discard = $response.setHeader('X-XWIKI-HTML-HEAD', $requiredSkinExtensions))
teamwire-admin 1.1 13 {{/html}}
14 {{/velocity}}