[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / aveline / inc-yaml / pagination.yaml
1 -
2 saisie: 'selection'
3 options:
4 nom: 'selection'
5 label: '<:aveline:label_selection:>'
6 defaut: 'pagination'
7 cacher_option_intro: 'oui'
8 datas:
9 tout: '<:aveline:item_tout:>'
10 limite: '<:aveline:item_limite:>'
11 pagination: '<:aveline:item_pagination:>'
12 -
13 saisie: 'input'
14 options:
15 nom: 'limite'
16 label: '<:aveline:label_limite:>'
17 defaut: 10
18 afficher_si: '@selection@ == "limite"'
19 verifier:
20 type: 'entier'
21 options:
22 min: 1
23 -
24 saisie: 'fieldset'
25 options:
26 nom: 'si_pagination'
27 label: '<:aveline:label_si_pagination:>'
28 afficher_si: '@selection@ == "pagination"'
29 saisies:
30 -
31 saisie: 'input'
32 options:
33 nom: 'pas_pagination'
34 label: '<:aveline:label_pas_pagination:>'
35 defaut: 5
36 verifier:
37 type: 'entier'
38 options:
39 min: 1
40 -
41 saisie: 'selection'
42 options:
43 nom: 'position_pagination'
44 label: '<:aveline:label_position_pagination:>'
45 defaut: 'fin'
46 cacher_option_intro: 'oui'
47 datas:
48 debut: '<:aveline:item_debut:>'
49 fin: '<:aveline:item_fin:>'
50 deux: '<:aveline:item_deux:>'
51 -
52 saisie: 'selection'
53 options:
54 nom: 'style_pagination'
55 label: '<:aveline:label_style_pagination:>'
56 defaut: ''
57 cacher_option_intro: 'oui'
58 datas:
59 '': '<:aveline:item_pagination_defaut:>'
60 precedent_suivant: '<:aveline:item_pagination_precedent_suivant:>'
61 page: '<:aveline:item_pagination_page:>'
62 page_precedent_suivant: '<:aveline:item_pagination_page_precedent_suivant:>'
63 simple: '<:aveline:item_pagination_simple:>'