Cambios para el documento Books

Última modificación por Jip-jan Alunkel el noviembre 23, 10:59

Desde la versión 2.2
editado por Jip-jan Alunkel
el marzo 24, 17:35
Cambiar el comentario: No hay comentario para esta versión
Hasta la versión 3.10
editado por Jip-jan Alunkel
el marzo 28, 15:03
Cambiar el comentario: No hay comentario para esta versión

Resumen

Detalles

Propiedades de página
Contenido
... ... @@ -1,11 +1,9 @@
1 1  All about books
2 2  
3 +{{include reference="assets.macros.form-elements" /}}
3 3  
4 4  {{velocity}}
5 -#* Your velocity code here *#
6 -#include("/assets/macros/form-elements")
7 -
8 -#set($localitySelectElement = {
6 +#set($locality = {
9 9   "id" : "locality",
10 10   "type" : "select",
11 11   "required" : true,
... ... @@ -17,8 +17,24 @@
17 17   "space-reference" : "cases",
18 18   "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
19 19  })
18 +#createFormElement($locality)
20 20  
21 -#createFormElement($localitySelectElement)
20 +#set($main_complaint = {
21 + "id" : "main_complaint",
22 + "type" : "text",
23 + "required" : true,
24 + "label" : "Main complaint",
25 + "aria-label" : "Enter the main complaint",
26 + "placeholder" : "cases.wordgroup.main_complaint.placeholder",
27 + "data-error-response-type" : "use_label_defined_1",
28 + "data-query-type" : "XWQL.matchTitle",
29 + "data-query-scope" : "cases",
30 + "data-query-list-type" : "suggest-negate",
31 + "data-query-list-contents" : "value",
32 + "data-create-page" : "true",
33 + "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
34 +})
35 +#createFormElement($main_complaint)
22 22  
23 23  {{/velocity}}
24 24