mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
setting an (unlikely) custom delimiter, to allow to use "," in value, eg. folder-name, IF values are specified as array
This commit is contained in:
parent
62498c91e7
commit
3c6130f7e6
@ -188,6 +188,9 @@ var et2_tree = et2_inputWidget.extend(
|
||||
image_path: widget.options.image_path,
|
||||
checkbox: widget.options.multiple
|
||||
});
|
||||
// to allow "," in value, eg. folder-names, IF value is specified as array
|
||||
widget.input.dlmtr = ':}-*(';
|
||||
|
||||
if (widget.options.std_images)
|
||||
{
|
||||
widget.setImages.apply(widget, widget.options.std_images.split(','));
|
||||
|
Loading…
Reference in New Issue
Block a user