dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
shop-channel-group.fd.php File Reference

Go to the source code of this file.

Variables

 $addField

Variable Documentation

◆ $addField

$addField
Initial value:
=function($name,$type,$label,$rules,$tpl,$extra=array()) use (&$fields){
$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);
}
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4

Definition at line 2 of file shop-channel-group.fd.php.