デモコード index.html <!DOCTYPE html> <html lang="ja"> <head> <title>goog.ui.ColorMenuButton</title> <meta charset=utf-8> <script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script> <script> goog.require('goog.ui.ColorMenuButton'); goog.require('goog.ui.CustomColorPalette'); goog.require('goog.ui.Component.EventType'); goog.require('goog.ui.Menu'); goog.require('goog.ui