git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git]
/
docs
/
source
/
ColorMenu.html
diff --git
a/docs/source/ColorMenu.html
b/docs/source/ColorMenu.html
index
c15b62d
..
8830d64
100644
(file)
--- a/
docs/source/ColorMenu.html
+++ b/
docs/source/ColorMenu.html
@@
-1,5
+1,6
@@
<html>
\r
<head>
\r
<html>
\r
<head>
\r
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
<title>The source code</title>
\r
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
<title>The source code</title>
\r
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
@@
-45,6
+46,14
@@
*/
\r
hideOnClick : true,
\r
\r
*/
\r
hideOnClick : true,
\r
\r
+ cls : 'x-color-menu',
\r
+
\r
+ <div id="cfg-Ext.menu.ColorMenu-paletteId"></div>/**
\r
+ * @cfg {String} paletteId
\r
+ * An id to assign to the underlying color palette. Defaults to <tt>null</tt>.
\r
+ */
\r
+ paletteId : null,
\r
+
\r
<div id="cfg-Ext.menu.ColorMenu-maxHeight"></div>/**
\r
* @cfg {Number} maxHeight
\r
* @hide
\r
<div id="cfg-Ext.menu.ColorMenu-maxHeight"></div>/**
\r
* @cfg {Number} maxHeight
\r
* @hide
\r
@@
-74,7
+83,9
@@
Ext.apply(this, {
\r
plain: true,
\r
showSeparator: false,
\r
Ext.apply(this, {
\r
plain: true,
\r
showSeparator: false,
\r
- items: this.palette = new Ext.ColorPalette(this.initialConfig)
\r
+ items: this.palette = new Ext.ColorPalette(Ext.applyIf({
\r
+ id: this.paletteId
\r
+ }, this.initialConfig))
\r
});
\r
this.palette.purgeListeners();
\r
Ext.menu.ColorMenu.superclass.initComponent.call(this);
\r
});
\r
this.palette.purgeListeners();
\r
Ext.menu.ColorMenu.superclass.initComponent.call(this);
\r