dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
Lade ...
Suche ...
Keine Treffer
withdrawal_en.fd.php-Dateireferenz

Variablen

 $messages = array()
 $messages ['page_title'] = 'Withdrawal'
 $messages ['page_subtitle'] = 'Read the withdrawal policy and submit a withdrawal directly.'
 $messages ['empty_content'] = 'The CMS page is empty.'
 $messages ['bar_title'] = 'Submit withdrawal'
 $messages ['bar_subtitle'] = 'Assign the request to the correct order'
 $messages ['form_info'] = 'Enter the order number and contact details so that the withdrawal can be assigned.'
 $messages ['validation_error'] = 'Please check the highlighted required fields.'
 $messages ['withdrawal_success'] = 'Your withdrawal was saved. We will check its assignment to the order.'
 $messages ['withdrawal_error'] = 'The withdrawal could not be saved.'
 $add_field

Variablen-Dokumentation

◆ $add_field

$add_field
Initialisierung:
= function($name, $type, $label, $rules, $tpl, $extra = array()) use (&$fields) {
$field=array();
$field['name']=$name;
$field['type']=$type;
$field['index']='';
$field['length']=$extra['length'] ?? '';
$field['default']=$extra['default'] ?? '';
$field['label']=$label;
$field['rules']=$rules;
$field['tooltip']=$extra['tooltip'] ?? '';
$field['errormsg']=$extra['errormsg'] ?? '';
$field['placeholder']=$extra['placeholder'] ?? '';
$field['convert']='';
$field['protect']='0';
$field['mask']='';
$field['data']=$extra['data'] ?? '';
$field['options']=$extra['options'] ?? '';
$field['tpl']=$tpl;
}
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4

◆ $messages [1/10]

$messages[ 'bar_subtitle'] = 'Assign the request to the correct order'

◆ $messages [2/10]

$messages[ 'bar_title'] = 'Submit withdrawal'

◆ $messages [3/10]

$messages[ 'empty_content'] = 'The CMS page is empty.'

◆ $messages [4/10]

$messages[ 'form_info'] = 'Enter the order number and contact details so that the withdrawal can be assigned.'

◆ $messages [5/10]

$messages[ 'page_subtitle'] = 'Read the withdrawal policy and submit a withdrawal directly.'

◆ $messages [6/10]

$messages[ 'page_title'] = 'Withdrawal'

◆ $messages [7/10]

$messages[ 'validation_error'] = 'Please check the highlighted required fields.'

◆ $messages [8/10]

$messages[ 'withdrawal_error'] = 'The withdrawal could not be saved.'

◆ $messages [9/10]

$messages[ 'withdrawal_success'] = 'Your withdrawal was saved. We will check its assignment to the order.'

◆ $messages [10/10]

$messages = array()