Wiki source code of EditForm

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

Show last authors
1 {{template name="display_macros.vm" /}}
2
3 {{include reference="AnnotationCode.Macros" /}}
4
5 {{velocity filter="none"}}
6 {{html clean="false"}}
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()
10 #displayEditBoxFromReference("$!{request.id}", $annotationReference)
11 #getRequiredSkinExtensions($requiredSkinExtensions)
12 #set ($discard = $response.setHeader('X-XWIKI-HTML-HEAD', $requiredSkinExtensions))
13 {{/html}}
14 {{/velocity}}