Cambios para el documento Books
Última modificación por Jip-jan Alunkel el noviembre 23, 10:59
Desde la versión 9.8
editado por Jip-jan Alunkel
el agosto 30, 22:01
el agosto 30, 22:01
Cambiar el comentario:
Renamed back-links.
Hasta la versión 9.16
editado por Jip-jan Alunkel
el agosto 31, 02:07
el agosto 31, 02:07
Cambiar el comentario:
Updated class property
Resumen
-
Propiedades de página (1 modificado, 0 añadido, 0 eliminado)
-
Propiedades de clase (0 modificado, 0 añadido, 1 eliminado)
Detalles
- Propiedades de página
-
- Contenido
-
... ... @@ -33,7 +33,14 @@ 33 33 Please feel free to share these books with our readers. However, to make sure your case is correctly filed in this wiki it is necessary that you answer a few simple questions about the case. 34 34 </p> 35 35 36 -#createFormStart("homeoworld_form" "book") 36 +#set($form_start = { 37 + "id": "homeoworld_form", 38 + "product": "book", 39 + "method": "post", 40 + "url": "", 41 + "use_captcha": "false" 42 +}) 43 +#createFormStart($form_start) 37 37 #set($booktype = { 38 38 "id" : "booktype", 39 39 "type" : "select", ... ... @@ -70,18 +70,23 @@ 70 70 "required" : "true", 71 71 "label" : "Author of the book", 72 72 "aria-label" : "Enter the author of the book", 73 - "placeholder" : "Author", 74 - "data-error-response-type" : "use_label_definite_1", 75 - "data-query-type" : "XWQL.matchObject", 76 - "data-query-scope" : "books", 80 + "data-default-value": "", 81 + "placeholder" : "$services.localization.render('cases.word.author.placeholder')", 82 + "data-auto-first-capital" : "true", 83 + "data-query-type" : "XWQL", 84 + "data-query-reference" : "assets.pagemaker.XWQL.matchObject", 85 + "data-query-scope" : "", 77 77 "data-query-list-type" : "suggest-select", 78 - "data-query-list-header" : "$services.localization.render(' formMaker.line.suggest_select_list')",87 + "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 79 79 "data-query-list-contents" : "value", 80 80 "data-query-list-editable" : "true", 81 81 "data-create-xobj" : "true", 82 - "data-xobj-classname" : "books.WebHome", 83 - "data-xobj-fieldname" : "author", 84 - "help-block" : 'Select the author of this case.' 91 + "data-xobj-classname" : "assets.pagemaker.classes.persons", 92 + "data-xobj-fieldname" : "name", 93 + "data-modal-input" : ["$services.localization.render('global.word.lastname')", "$services.localization.render('global.word.firstname')"], 94 + "data-modal-input-glue": ", ", 95 + "data-error-response-type" : "use_label_definite_1", 96 + "help-block" : 'Enter the last name of the author of this case. Choose the author from the list or create a new author.' 85 85 }) 86 86 #createFormElement($author) 87 87 #set($extra_info = { ... ... @@ -114,7 +114,10 @@ 114 114 "help-block" : "" 115 115 }) 116 116 #createSubmit($submit) 117 -#createFormEnd() 129 +#set($form_end = { 130 + "use_captcha": "false" 131 +}) 132 +#createFormEnd($form_end) 118 118 119 119 {{/html}} 120 120 {{/velocity}}
- author
-
- Number
-
... ... @@ -1,1 +1,0 @@ 1 -4 - Size
-
... ... @@ -1,1 +1,0 @@ 1 -30 - Pretty Name
-
... ... @@ -1,1 +1,0 @@ 1 -author - Name
-
... ... @@ -1,1 +1,0 @@ 1 -author - Use Suggest
-
... ... @@ -1,1 +1,0 @@ 1 -1