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]
/
src
/
widgets
/
ButtonGroup.js
diff --git
a/src/widgets/ButtonGroup.js
b/src/widgets/ButtonGroup.js
index
e3a474e
..
1e31ca1
100644
(file)
--- a/
src/widgets/ButtonGroup.js
+++ b/
src/widgets/ButtonGroup.js
@@
-1,5
+1,5
@@
/*!
/*!
- * Ext JS Library 3.
0.3
+ * Ext JS Library 3.
1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
@@
-44,6
+44,9
@@
var p = new Ext.Panel({
}]
\r
});
\r
* </code></pre>
\r
}]
\r
});
\r
* </code></pre>
\r
+ * @constructor
\r
+ * Create a new ButtonGroup.
\r
+ * @param {Object} config The config object
\r
* @xtype buttongroup
\r
*/
\r
Ext.ButtonGroup = Ext.extend(Ext.Panel, {
\r
* @xtype buttongroup
\r
*/
\r
Ext.ButtonGroup = Ext.extend(Ext.Panel, {
\r