Sha256: 1e3b367e37bb427454e8b05493ca52201828a98913532a1c0055f2b77ce3e3ed

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

<!DOCTYPE html>
<html>
<!--
Copyright 2007 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
  <title>goog.ui.ac.Remote</title>
  <script src="../base.js"></script>
  <script>
    goog.require('goog.ui.ac.Remote');
  </script>
  <link rel="stylesheet" href="css/demo.css">
  <link rel="stylesheet" href="../css/autocomplete.css">
</head>
<body>
  <h1>goog.ui.ac.Remote</h1>

  Google Buzzwords:<br>
  <input type="text" id="txtInput" style="width:500px"><br>
  <p>
    This data is being pulled from the server at
    <a href="autocompleteremotedata.js">autocompleteremotedata.js</a>.
  </p>
  <p>
    Ideally the server would perform a search on the query and would only
    return relevant results; however, this response is static.
  </p>

  <script>
    var input = document.getElementById('txtInput');
    var ac = new goog.ui.ac.Remote('autocompleteremotedata.js',
        input);
  </script>
</body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
k4compiler-0.0.1 third_party/closure-library/closure/goog/demos/autocompleteremote.html
middleman-wizard-template-1.0.4 lib/middleman-wizard-template/template/closure/library/closure/goog/demos/autocompleteremote.html
middleman-wizard-template-1.0.3 lib/middleman-wizard-template/template/closure/library/closure/goog/demos/autocompleteremote.html
middleman-wizard-template-1.0.2 lib/middleman-wizard-template/template/closure/library/closure/goog/demos/autocompleteremote.html
middleman-wizard-template-1.0.1 lib/middleman-wizard-template/template/closure/library/closure/goog/demos/autocompleteremote.html
middleman-wizard-template-1.0.0.pre.1 lib/middleman-wizard-template/template/closure/library/closure/goog/demos/autocompleteremote.html