From 632639b62ddad72e31daa62ef21f992299ec0b8e Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 15 Nov 2010 16:41:21 -0500 Subject: action select if exactly one entity is selected, it enables the entity-facet links in the action panel, and sets the pkey in bbq to the pkey of the selected --- install/static/widget.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'install/static/widget.js') diff --git a/install/static/widget.js b/install/static/widget.js index 84b1d9ae..1b99831e 100755 --- a/install/static/widget.js +++ b/install/static/widget.js @@ -544,6 +544,11 @@ function ipa_table_widget(spec) { }).appendTo(td); }; + + that.select_changed = function(){ + } + + that.setup = function(container) { that.widget_setup(container); @@ -563,6 +568,8 @@ function ipa_table_widget(spec) { for (var i=0; i