Sha256: dedbc6b44f5cd5a2664a9eb4f556fd12c7cc1f608b62b220dd04ad2189ffeb14

Contents?: true

Size: 926 Bytes

Versions: 8

Compression:

Stored size: 926 Bytes

Contents

<!DOCTYPE html>
<!--

  @author tkent@google.com (TAMURA Kent)
-->
<html>
<!--
Copyright 2009 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>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type='text/css'>
#demoMenuButton {
  /*
   * Set a fixed width because the button size can be changed by a scroll bar
   * without it.
   */
  width: 64px;
}
.goog-menu {
  position: absolute;
  color: #aaa;
}
</style>
</head>
<body>
<div id="demoMenuButton" class="goog-menu-button">
  Button
  <div id="demoMenu" class="goog-menu">
    <div id='menuItem1' class="goog-menuitem">Annual Report.pdf</div>
    <div id='menuItem2' class="goog-menuitem">Quarterly Update.pdf</div>
    <div id='menuItem3' class="goog-menuitem">Enemies List.txt</div>
  </div>
</div>

<div id="footer"></div>
</body>
</html>

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
k4compiler-0.0.1 third_party/closure-library/closure/goog/ui/menubutton_test_frame.html
middleman-wizard-template-1.0.4 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/menubutton_test_frame.html
middleman-wizard-template-1.0.3 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/menubutton_test_frame.html
middleman-wizard-template-1.0.2 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/menubutton_test_frame.html
middleman-wizard-template-1.0.1 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/menubutton_test_frame.html
middleman-wizard-template-1.0.0.pre.1 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/menubutton_test_frame.html
closure-1.2.701 closure-library/closure/goog/ui/menubutton_test_frame.html
closure-1.1.692 closure-library/closure/goog/ui/menubutton_test_frame.html