X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquery_editor%2Fstatic%2Fjs%2Fquery_editor.js;fp=plugins%2Fquery_editor%2Fquery_editor.js;h=e065a657102d96715675eb736d7e0dc30914919a;hb=d1e5d12b2b9519801f7b981a2177b3f36115714a;hp=ff2136e0acb369db9d6118058af413ab7cde7fe2;hpb=785bbb5d786f64e50b16ed07904305fe557eaf8f;p=unfold.git diff --git a/plugins/query_editor/query_editor.js b/plugins/query_editor/static/js/query_editor.js similarity index 99% rename from plugins/query_editor/query_editor.js rename to plugins/query_editor/static/js/query_editor.js index ff2136e0..e065a657 100644 --- a/plugins/query_editor/query_editor.js +++ b/plugins/query_editor/static/js/query_editor.js @@ -47,7 +47,7 @@ manifold.raise_event(self.options.query_uuid, this.checked?FIELD_ADDED:FIELD_REMOVED, this.value); }); - /* The following code adds an expandable column for the table */ + /* The following code adds an expandable column for the table // XXX Why isn't it done statically ? var nCloneTh = document.createElement( 'th' ); var nCloneTd = document.createElement( 'td' ); @@ -62,6 +62,7 @@ this.el('table tbody tr').each(function() { this.insertBefore(nCloneTd.cloneNode( true ), this.childNodes[0]); }); + */ // We are currently using a DataTable display, but another browsing component could be better //jQuery('#'+this.options.plugin_uuid+'-table').dataTable... @@ -71,7 +72,7 @@ bInfo : false, sScrollX : '100%', // Horizontal scrolling sScrollY : '200px', - bJQueryUI : true, // Use jQuery UI + //bJQueryUI : true, // Use jQuery UI bProcessing : true, // Loading aaSorting : [[ 1, "asc" ]], // sort by column fields on load aoColumnDefs: [