W.I.P of VFS Select widget restructure

This commit is contained in:
Hadi Nategh
2017-10-11 18:27:42 +02:00
parent f9aec1bf46
commit 448cc8975f
12 changed files with 777 additions and 556 deletions

View File

@ -633,7 +633,7 @@ var et2_customfields_list = (function(){ "use strict"; return et2_valueWidget.ex
{
label: '',
mode: widget.options.multiple ? 'open-multiple' : 'open',
method: 'EGroupware\\Api\\Etemplate\\Widget\\Link::link_existing',
method: 'EGroupware\\Api\\Etemplate\\Widget\\Link::ajax_link_existing',
method_id: attrs.path,
button_label: egw.lang('Link')
},{type: 'vfs-select'});