dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
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);
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
Definition config.fd.php:2
if($web->content_permalink_redirect_target() !=='') $tpl