backform select2 control

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: backform select2 control
Date: 2016-01-06 06:31:25
Message-ID: CAFiP3vzzK6bGBF8eBHRqjUQNYc_GMkzqGc_eHzttUse-Ag83mA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 *

EenterpriseDB <http://www.enterprisedb.com>

Attachment Content-Type Size
select2_backform_controls_6_Jan.patch text/x-patch 2.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2016-01-06 08:54:27 Re: ]GTK 3
Previous Message Neel Patel 2016-01-06 05:54:30 Re: Compiling on El Capitan with Home Brew?