pgAdmin 4 commit: Adding new control to show SQL query in a control.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding new control to show SQL query in a control.
Date: 2016-02-05 08:50:05
Message-ID: E1aRc5d-0006Wo-Ra@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adding new control to show SQL query in a control.

It will be used by the nodes like view, which require to show the code
inside as one parameter.

Also, override the events for the Backform.TextareaControl in order
handle some cases, which were not handling the change in textarea
properly in all situations.

Also, we need to show the error message around the input control with
name attribute only.

Author: Surinder Kumar (small twicks by me).
Reviewed by: Ashesh Vashi

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7df9e752bb8d5f81f7c496f95fafde869b541597

Modified Files
--------------
web/pgadmin/static/js/backform.pgadmin.js | 90 +++++++++++++++++++++++++++++--
1 file changed, 86 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-05 09:06:12 pgAdmin 4 commit: Using different strategy to render different type of
Previous Message Ashesh Vashi 2016-02-05 07:38:43 pgAdmin 4 commit: Adding the Database node.