dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
shop-channel-group_en.fd.php
Go to the documentation of this file.
1
<?php
2
$messages
= array();
3
$messages
[
'save_success'
] =
'Data was saved'
;
4
$messages
[
'save_succeass'
] =
$messages
[
'save_success'
];
5
$messages
[
'save_error'
] =
'Data could not be saved'
;
6
7
$addField
=
function
($name,$type,$label,
$rules
,
$tpl
,$extra=array()) use (&
$fields
){
8
$field
=array(
'name'
=>$name,
'type'
=>$type,
'index'
=>
''
,
'length'
=>$extra[
'length'
] ??
''
,
'default'
=>$extra[
'default'
] ??
''
,
'label'
=>$label,
'rules'
=>
$rules
,
'tooltip'
=>
''
,
'errormsg'
=>
''
,
'placeholder'
=>
''
,
'convert'
=>
''
,
'protect'
=>
'0'
,
'mask'
=>
''
,
'data'
=>$extra[
'data'
] ??
''
,
'options'
=>$extra[
'options'
] ??
''
,
'tpl'
=>
$tpl
);
9
$fields
[]=
$field
;
10
};
11
$addField
(
'group_key'
,
'varchar'
,
'Key'
,
'parameter|min=2|max=80'
,
'text-label'
);
12
$addField
(
'title'
,
'varchar'
,
'Title'
,
'*|min=2|max=180'
,
'text-label'
);
13
$addField
(
'description'
,
'mediumtext'
,
'Description'
,
'*|max=2000'
,
'textarea-label'
,array(
'data'
=>
'rows=3'
));
14
$addField
(
'active'
,
'int'
,
'Active'
,
'int'
,
'checkbox-label'
,array(
'default'
=>
'1'
));
15
$addField
(
'sorter'
,
'int'
,
'Sorting'
,
'int'
,
'text-label'
);
16
?>
$messages
$messages
Definition
config.fd.php:2
$field
$field
Definition
dbx/cfg/config.dd.php:4
$fields
$fields
Definition
dbxForm_fd_language_messages_test.php:204
$tpl
if($web->content_permalink_redirect_target() !=='') $tpl
Definition
dbxSeoCanonicalPolicy_test.php:73
$rules
$rules
Definition
dbxValidator_rules_audit_test.php:15
$addField
$addField
Definition
shop-channel-group_en.fd.php:7
$addField
$addField
Definition
shopAttributeDefinition.dd.php:18
dbx
modules
dbxShop
fd
shop-channel-group_en.fd.php
Generated by
1.17.0