You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//allow any other supported properties to be applied through here
777
-
if(tab.report.queryConfig){
778
-
Ext4.apply(queryConfig,tab.report.queryConfig);
779
-
}
767
+
//
768
+
// Define a list of configuration options. These can be set on the report tab to override default values.
769
+
// This list can be obtained by going to the URL for the
770
+
// LABKEY.QueryWebPart API, and looking in the config summary table. If you'd like to get it programatically, // https://www.labkey.org/download/clientapi_docs/javascript-api/symbols/LABKEY.QueryWebPart.html#constructor
771
+
// run the function commented out to the right of this message (you'll need to load jQuery first). It will //
772
+
// output an array of configuration options. //getConfigOptions = function() {
773
+
// // var summaryTable = jQuery('table.summaryTable')
774
+
varconfigOptions=[// // Filter for the table with the config object
0 commit comments