Search Type: Posts; User: disbj
Search: Search took 0.05 seconds.
-
29 May 2012 8:11 AM
- Replies
- 1
- Views
- 433
Ext 4.1.0
In AbstractPanel.setBodyStyle(), the element is selected based on whether the panel has been rendered. If it has been rendered, me.body is chosen. If it has not rendered,... -
8 Dec 2011 9:04 AM
- Replies
- 1
- Views
- 1,319
The following code seems to work in Ext 4.0.7, but does not work in Ext 4.1-pr1:
Ext.create('Ext.window.Window', {
title: 'Hello',
autoShow: true,
items: [ {
xtype: 'component',
... -
3 Dec 2011 1:08 PM
- Replies
- 5
- Views
- 963
You are correct, but you misunderstand the reason for my post. We agree on the current behavior, but I'm suggesting that it is unnecessarily confusing. The getToken() function should return the...
-
2 Dec 2011 1:55 PM
- Replies
- 5
- Views
- 963
I hope this isn't lost in INFOREQ land!
-
1 Dec 2011 7:11 AM
- Replies
- 5
- Views
- 963
It occurred to me that the following is a better test case:
Ext.util.History.init(function() {
Ext.util.History.add('X');
if (Ext.util.History.getToken() !== 'X') alert('wrong');
... -
30 Nov 2011 6:14 PM
- Replies
- 5
- Views
- 963
Ext version tested:
Ext 4.0.7
Browser versions tested against:
Chrome 15.0.874.121 m
DOCTYPE tested against:
none
Description: -
28 Nov 2011 1:34 PM
- Replies
- 3
- Views
- 1,109
Thank you, I look forward to the next release.
-
28 Nov 2011 9:32 AM
- Replies
- 3
- Views
- 1,109
Ext version tested:
Ext 4.0.7
Browser versions tested against:
Chrome 15.0.874.121 m
DOCTYPE tested against:
none
Description: -
19 Apr 2011 12:04 PM
- Replies
- 2
- Views
- 1,213
I'm sorry. I thought I had cancelled this post.
I discovered the MixedCollection bit while I was trying to analyze the problem.
This happened because I was assigning an array to dockedItems... -
13 Apr 2011 12:33 PM
- Replies
- 2
- Views
- 1,213
Ext version tested:
Ext 4 Beta 2
Browser versions tested against:
Chrome 10
Results 1 to 10 of 10
