4th release

This commit is contained in:
Paolo
2017-04-28 17:17:31 +02:00
parent 0fd34807ca
commit a6a6592db0
4 changed files with 32 additions and 12 deletions
+2 -2
View File
@@ -799,7 +799,7 @@ class DropdownWidget extends WidgetTpl
$this->setElementsArray(
success($tmpElements),
true,
'Select a value...',
$this->_args[Widget::HTML_ARG_NAME][UDFWidgetTpl::PLACEHOLDER],
'No data found for this UDF'
);
@@ -932,7 +932,7 @@ abstract class UDFWidgetTpl extends Widget
const FIELD_ARG_NAME = 'field';
const TITLE = 'title';
const DESCRIPTION = 'description';
const LABEL = 'description';
const PLACEHOLDER = 'placeholder';
const DEFAULT_VALUE = 'defaultValue';
const REGEX = 'regex';