workflowfield->type;?> |
type);?>
|
type == 'decimal')
{
list($integerDigits, $decimalDigits) = explode(',', $field->length);
}
else
{
$integerDigits = $config->workflowfield->default->integerDigits;
$decimalDigits = $config->workflowfield->default->decimalDigits;
}
?>
workflowfield->length;?>
length);?>
length, "max='{$config->workflowfield->max->varcharLength}' min='{$config->workflowfield->min->varcharLength}' step='1' class='form-control length' placeholder='{$lang->workflowfield->placeholder->varcharLength}' title='{$lang->workflowfield->placeholder->varcharLength}' $disabled");?>
workflowfield->integerDigits;?>
workflowfield->max->integerDigits}' min='{$config->workflowfield->min->integerDigits}' step='1' class='form-control digits' placeholder='{$lang->workflowfield->placeholder->integerDigits}' title='{$lang->workflowfield->placeholder->integerDigits}' $disabled");?>
workflowfield->decimalDigits;?>
workflowfield->max->decimalDigits}' min='{$config->workflowfield->min->decimalDigits}' step='1' class='form-control digits' placeholder='{$lang->workflowfield->placeholder->decimalDigits}' title='{$lang->workflowfield->placeholder->decimalDigits}' $disabled");?>
|
workflowfield->options;?> |
workflowfield->getByField($flow->module, 'status');?>
workflowfield->getFieldOptions($statusField, $emptyOption = false);?>
workflowfield->tips->emptyStatus;?>
|