Modifications pour le document Books

Modifié par Jip-jan Alunkel le novembre 23, 10:59

Depuis la version 8.22
modifié par Jip-jan Alunkel
sur avril 11, 23:52
Commentaire de modification : Updated class property
À la version 8.18
modifié par Jip-jan Alunkel
sur avril 10, 17:03
Commentaire de modification : Updated class property

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -5,38 +5,13 @@
5 5  #set($discard = $xwiki.jsx.use('assets.formMaker.WebHome', {'minify' : false}))
6 6  {{/velocity}}
7 7  
8 +All about books
8 8  
9 9  {{include reference="assets.formMaker.macros" /}}
10 10  
11 11  {{velocity}}
12 12  {{html}}
13 -<p>
14 -All about books
15 -</p>
16 -<h2 class="livetable">Overview of all books</h2>
17 -<div id="livetable">
18 18  
19 -#set ($columns = ["doc.title", "author", "doc.space"])
20 -#set ($columnsProperties = {
21 - "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"},
22 - "remedy" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4},
23 - "doc.space" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4, "link": "space"}
24 -})
25 -#set ($options = {
26 - "className" : "books.WebHome",
27 - "translationPrefix" : "books.livetable.",
28 - "queryFilters" : "currentlanguage",
29 - "rowCount": 10
30 -})
31 -#livetable("books" $columns $columnsProperties $options)
32 -
33 -</div>
34 -<h3>Add a book to this wiki</h3>
35 -<p>
36 - Do you know of any books that can be of value to people who would like to learn more about homeopathy?
37 - 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.
38 -</p>
39 -
40 40  #createFormStart("homeoworld_form" "book")
41 41  
42 42  #set($booktype = {
... ... @@ -80,13 +80,12 @@
80 80   "label" : "Author of the book",
81 81   "aria-label" : "Enter the author of the book",
82 82   "placeholder" : "Author",
83 - "data-error-response-type" : "use_label_definite_1",
84 84   "data-query-type" : "XWQL.matchObject",
85 85   "data-query-scope" : "books",
86 86   "data-query-list-type" : "suggest-select",
87 87   "data-query-list-header" : "$services.localization.render('formMaker.line.suggest_select_list')",
88 88   "data-query-list-contents" : "value",
89 - "data-query-list-editable" : "true",
63 + "data-query-list-editable" : "false",
90 90   "data-create-xobj" : "true",
91 91   "data-xobj-classname" : "books.WebHome",
92 92   "data-xobj-fieldname" : "author",
... ... @@ -124,13 +124,6 @@
124 124  
125 125  #createExpandEnd()
126 126  
127 -#set($submit = {
128 - "id" : "create_book",
129 - "button-text" : "Create book",
130 - "help-block" : ""
131 -})
132 -#createSubmit($submit)
133 -
134 134  #createFormEnd()
135 135  
136 136  {{/html}}