MediaWiki:GoogleAPI.js

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
m
m
 
(3 intermediate revisions by one user not shown)
Line 7: Line 7:
 
       options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
 
       options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
 
       searchControl.addSearcher(new google.search.ImageSearch(),options);
 
       searchControl.addSearcher(new google.search.ImageSearch(),options);
       searchControl.addSearcher(new google.search.WebSearch());
+
       //var options2 = new google.search.SearcherOptions();
       //var drawOptions = new google.search.drawOptions();
+
       //options2.setExpandMode(google.search.SearchControl.EXPAND_MODE_PARTIAL);
       //drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);
+
      //options2.setRoot(document.getElementById("scW"));
       searchControl.draw(document.getElementById("searchcontrol"));
+
       //searchControl.addSearcher(new google.search.WebSearch(),options2);
 +
       searchControl.draw(document.getElementById("scI"));
 
       setTimeout(function(){searchControl.execute("{{{1}}}");},200);
 
       setTimeout(function(){searchControl.execute("{{{1}}}");},200);
 
     }
 
     }
 
     google.setOnLoadCallback(OnLoad, true);
 
     google.setOnLoadCallback(OnLoad, true);

Latest revision as of 17:08, 7 September 2010

   google.load('search', '1.0');
 
    function OnLoad() {
      // Create a search control
      var searchControl = new google.search.SearchControl(null);
      var options = new google.search.SearcherOptions();
      options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);
      searchControl.addSearcher(new google.search.ImageSearch(),options);
      //var options2 = new google.search.SearcherOptions();
      //options2.setExpandMode(google.search.SearchControl.EXPAND_MODE_PARTIAL);
      //options2.setRoot(document.getElementById("scW"));
      //searchControl.addSearcher(new google.search.WebSearch(),options2);
      searchControl.draw(document.getElementById("scI"));
      setTimeout(function(){searchControl.execute("{{{1}}}");},200);
    }
    google.setOnLoadCallback(OnLoad, true);
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox