[pgAdmin4] Patch: Added new Control SqlFieldControl

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] Patch: Added new Control SqlFieldControl
Date: 2016-02-02 07:35:30
Message-ID: CAM5-9D9e=b9NkrAn79Vm+pQyQ_U5LLxjs6EuPBwj-moEC5HXnA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find patch for SqlFieldControl.

This control allows the user to write/edit SQL queries.

To use SqlFieldControl, Set *control* property of field to *'sql-field' *in
model's schema like:

{
id: 'definition', label:'{{ _('Definition') }}', cell: 'string',
control: 'sql-field'
}

Regards,
Surinder Kumar

Attachment Content-Type Size
SqlFieldControl.patch application/octet-stream 3.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Neel Patel 2016-02-02 07:55:12 Re: Updated patches
Previous Message Surinder Kumar 2016-02-02 07:06:37 Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function