dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
rpt-withdrawals-selection.fd.php
Go to the documentation of this file.
1<?php
2$field = array();
3$field['name'] = 'dbx_rrows';
4$field['type'] = 'int';
5$field['label'] = 'Anz. Seite';
6$field['rules'] = 'int';
7$field['tpl'] = 'select-single-label';
8$field['options'] = '10=10&20=20&30=30&50=50&100=100&0=Alle';
9$field['default'] = '30';
11
12$field = array();
13$field['name'] = 'dbx_rwhere';
14$field['type'] = 'varchar';
15$field['label'] = 'Suche';
16$field['rules'] = '*|max=100';
17$field['tpl'] = 'text-label';
18$field['placeholder'] = 'Suchbegriff eingeben';
19$field['default'] = '';
20$fields[] = $field;
21
22$field = array();
23$field['name'] = 'status';
24$field['type'] = 'varchar';
25$field['label'] = 'Status';
26$field['rules'] = 'parameter';
27$field['tpl'] = 'select-single-label';
28$field['options'] = '=Alle&new=Neu&processing=In Bearbeitung&accepted=Angenommen&rejected=Abgelehnt&refunded=Erstattet&closed=Abgeschlossen';
29$field['default'] = '';
30$fields[] = $field;
31?>
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4