pgadmin4/web/pgadmin/static/js
Ashesh Vashi 944bdbb96c Improvised the 'transform/options' function usage with the Select2Cell.
The current implementaton binds the cell/control object, and the ajax
data in the asychronous Cells/Controls with the 'options' functions
extended from the Select2Cell.

The problem starts when we try to fetch the current model from that
options/transform/filter function to do some operation, which does not
require in most of the cases. Except the privileges control - where we
needed the current model for omitting the existing selected object
during transformation, and filtering.

In order resolved the issue, we need a common object, which is shared
among the Cell. In backgrid, the 'Column' object is mong the cell,
hence - implementation logic has been changed to bid the 'Column' object
with the 'options' function and, passed the 'Cell' object as an
arguments.

Because - we do use the common function 'transform' between 'Control'
and 'Cell', we needed make changes in the Select2Control to pass the
Control object as an arguments.

And, make the changes in the privileges control to use the new
implementation. The same logic is also required in some of the
operations, we will be/are working on the table/column nodes.
2016-04-08 11:10:34 +05:30
..
alertifyjs Add support for Foreign data wrappers, servers and user mappings. 2016-03-17 11:39:38 +00:00
backgrid Use separate editor for Select2Cell. 2016-04-04 15:36:31 +05:30
codemirror Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
jQuery-contextMenu Upgraded the jQuery-contextMenu to v2.1.0 (latest stable version) in 2016-03-30 19:08:27 +05:30
select2 Added select2 as dependency 2016-01-04 23:23:16 +05:30
wcDocker Cleanup styling of wcDocker tab control buttons. 2016-04-07 13:40:16 +01:00
backbone-min.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
backbone.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
backbone.paginator.js Add backgrid extensions for use in various tools: select-all, paginator and filter 2016-02-26 11:08:45 +00:00
backbone.paginator.min.js Add backgrid extensions for use in various tools: select-all, paginator and filter 2016-02-26 11:08:45 +00:00
backbone.undo.js Allow to save only the partial model changes, undo-redo operation 2015-10-28 22:54:30 +05:30
backbone.undo.min.js Allow to save only the partial model changes, undo-redo operation 2015-10-28 22:54:30 +05:30
backform.js Allow to make change the behaviour of backform control based on other 2015-07-14 09:29:49 +05:30
backform.pgadmin.js Improvised the 'transform/options' function usage with the Select2Cell. 2016-04-08 11:10:34 +05:30
bootstrap-datepicker.js Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-datepicker.min.js Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-switch.js Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap-switch.min.js Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.min.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
jquery-1.11.2.js Remove "vendor" from the global JS path. 2015-02-13 13:36:00 +00:00
jquery-1.11.2.min.js Remove "vendor" from the global JS path. 2015-02-13 13:36:00 +00:00
modernizr-2.6.2-respond-1.1.0.min.js Remove "vendor" from the global JS path. 2015-02-13 13:36:00 +00:00
npm.js Remove "vendor" from the global JS path. 2015-02-13 13:36:00 +00:00
pgadmin.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
require.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
require.min.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
underscore-min.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
underscore.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
underscore.string.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
underscore.string.min.js Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30