pgAdmin 4 commit: Introduces the 'alertify.pgDialogBuild' function, whi - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Introduces the 'alertify.pgDialogBuild' function, whi
Date
Msg-id E1bEtSU-0003Lx-QL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Introduces the 'alertify.pgDialogBuild' function, which will register
different resize event callbacks for a particular dialog.

This function needs to be executed from the 'build' function of any of
the alertify dialog. Refs #1358

Branch
------
master

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

Modified Files
--------------
.../static/js/alertifyjs/pgadmin.defaults.js       | 65 ++++++++++++++++++++++
1 file changed, 65 insertions(+)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Upgraded Alertify to v1.7.1
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the same layout mechanism used as in the panel us