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

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

From
Ashesh Vashi
Date:
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(-)