Re: [pgadmin-hackers] backform select2 control

2016-01-06 Thread Harshal Dhumal
Hi, Updated patch. As yesterdays patch for backform select2 and select2ajaxoptoins controls was throwing malformed patch error. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Wed, Jan 6, 2016 at 12:01 PM, Harshal Dhumal <

[pgadmin-hackers] backform select2 control

2016-01-05 Thread Harshal Dhumal
Hi, Please find patch for backform select2 and select2ajaxoptoins controls Usage: schema: [{ id: 'name', label: '{{ _('Name') }}', cell: 'string', type: 'select2', select2:{tags: "true", placeholder: "Select an option", allowClear: true} } . . . -- *Harshal Dhumal* *Software Engineer *