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.3.1 - Released 11/30/2010
[extjs.git]
/
examples
/
panel
/
bubble-panel.js
diff --git
a/examples/panel/bubble-panel.js
b/examples/panel/bubble-panel.js
index
1dfb430
..
8241db8
100644
(file)
--- a/
examples/panel/bubble-panel.js
+++ b/
examples/panel/bubble-panel.js
@@
-1,8
+1,8
@@
/*!
/*!
- * Ext JS Library 3.
0.3
- * Copyright(c) 2006-20
09 Ext JS, LLC
- * licensing@
extjs
.com
- * http://www.
extjs
.com/license
+ * Ext JS Library 3.
3.1
+ * Copyright(c) 2006-20
10 Sencha Inc.
+ * licensing@
sencha
.com
+ * http://www.
sencha
.com/license
*/
Ext.onReady(function(){
var title = new Ext.ux.BubblePanel({
*/
Ext.onReady(function(){
var title = new Ext.ux.BubblePanel({
@@
-11,13
+11,13
@@
Ext.onReady(function(){
html: '<h3>Ext.ux.BubblePanel</h3',
width: 200,
autoHeight: true
html: '<h3>Ext.ux.BubblePanel</h3',
width: 200,
autoHeight: true
- });
\r
- var cp = new Ext.ux.BubblePanel({
\r
- renderTo: 'bubbleCt',
\r
- padding: 5,
\r
- width: 400,
\r
+ });
+ var cp = new Ext.ux.BubblePanel({
+ renderTo: 'bubbleCt',
+ padding: 5,
+ width: 400,
autoHeight: true,
autoHeight: true,
- contentEl: 'bubble-markup'
\r
+ contentEl: 'bubble-markup'
});
var plainOldPanel = new Ext.Panel({
});
var plainOldPanel = new Ext.Panel({
@@
-28,8
+28,8
@@
Ext.onReady(function(){
autoHeight: true,
title: 'Plain Old Panel',
html: Ext.example.bogusMarkup
autoHeight: true,
title: 'Plain Old Panel',
html: Ext.example.bogusMarkup
- });
\r
-
\r
-});
\r
-
\r
+ });
+
+});
+