pgAdmin 4 commit: Improvements in the form/properties dialog control ge

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvements in the form/properties dialog control ge
Date: 2016-03-15 13:38:09
Message-ID: E1afpAn-00010N-HN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvements in the form/properties dialog control generation, and data
change events.

- In input & textarea control, call the change event on key up (but -
not on every key up events, wait for sometime before trigger that
event, so that - we do not overdo that).
- In unique/subnode control, whenever we create new model object, set
all the required static fields used by pgAdmin form generation logic.
- In NodeAjaxListCell, we don't need to call the list generation
operation (ajax operation) for each and every cell. They use the same
shared column object.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/node.ui.js | 44 ++++++++-------
web/pgadmin/static/js/backform.pgadmin.js | 89 +++++++++++++++++++------------
2 files changed, 77 insertions(+), 56 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-15 14:17:18 pgAdmin 4 commit: As 'show_system_objects' has been implemented, I have
Previous Message Dave Page 2016-03-15 13:02:30 Re: [pgAdmin4][psycopg2] - poll function local variable reference error