Wiki source code of EditForm

Last modified by teamwire004 on 2024/08/06 06:47

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 {{/html}}
12 {{/velocity}}