Search Type: Posts; User: DHainzl
Search: Search took 0.03 seconds.
-
26 Aug 2011 1:27 AM
- Replies
- 0
- Views
- 405
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.2a
Browser versions tested against: -
15 Jun 2011 9:53 PM
- Replies
- 4
- Views
- 887
This problem still persists with 4.0.2 - Even further, if you use the gray theme, the toolbar groups have a blue color (instead of a gray one). This is nicely reproducable if you just take the above...
-
7 Jun 2011 3:38 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
Have a look at the documentation of the QuickTipManager: http://docs.sencha.com/ext-js/4-0/#/api/Ext.tip.QuickTipManager
-- Dave
[/FONT] -
1 Jun 2011 6:16 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
Hmm, the only thing I notice is that you use
this.callParent([this]);
at the end of the constructor. As far as I know, the new way of calling the parent method is
this.callParent(arguments);... -
1 Jun 2011 5:10 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
I don't know if this has changed, but try to listen to the beforeadd-event of the tabpanel. Check in this function, if a tab with this id already exists and return false if it does. See:...
-
30 May 2011 4:52 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
Sorry vlads, I can't help you with this question, because I have never used autoHeight myself ...
But I have another question:
I have a tree panel and I want to change the class of the nodes.
... -
27 May 2011 12:48 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
You have to use the selModel "Ext.selection.CheckboxModel", ie:
var gridPostausgangSM = Ext.create ('Ext.selection.CheckboxModel',
{
mode: 'MULTI'
}
See the docs for details -
26 May 2011 11:27 PM
- Replies
- 25
- Views
- 4,201
I still get the error "plugin.init is undefined" when defining the plugin in the initComponent-function ...
-
24 May 2011 11:21 PM
Jump to post Thread: API Doc Issues by DHainzl
- Replies
- 166
- Views
- 16,620
From the documentation of Ext.panel.Panel#buttons (http://docs.sencha.com/ext-js/4-0/#/api/Ext.panel.Panel-cfg-buttons):
This is wrong; The property "ui: 'footer'" is missing in the toolbar's... -
22 May 2011 11:19 PM
Jump to post Thread: API Doc Issues by DHainzl
- Replies
- 166
- Views
- 16,620
The renderer-function in grids (http://docs.sencha.com/ext-js/4-0/source/Column.html#Ext-grid-column-Column-cfg-renderer) is missing the documentation for the parameters which are passed to the...
-
12 May 2011 4:20 AM
- Replies
- 4
- Views
- 887
Ext version tested:
Ext 4.0.0
Browser versions tested against:
FF4
Operating System: -
5 May 2011 6:18 AM
Jump to post Thread: Update TreePanel by DHainzl
- Replies
- 0
- Views
- 752
Hey there,
On my page, I have a Ext.tree.Panel, and I get fresh data for that panel via an external AJAX-Request. Now I simply want to update my tree to show the new data, which doesn't work. What... -
3 May 2011 5:13 AM
Jump to post Thread: Ext 3 to 4 Migration by DHainzl
- Replies
- 284
- Views
- 98,446
Hi,
I try to migrate our app from ExtJS 3.2.1 to ExtJS 4 with the help of the Compatibility Layer, and I just found a problem:
When you have a grid with a top toolbar and the compatibily layer... -
6 Apr 2011 11:48 PM
- Replies
- 1
- Views
- 982
Hello,
yes, I know that this thread is old, but i stumbeled across it via google, having the same problem, and I decided to share my solution with you (in case anyone else is searching for this):... -
1 Mar 2011 12:15 AM
- Replies
- 5
- Views
- 2,866
Hello,
I have an Ext.Textfield with a multi-lined label. Is it possible to align the input-element to the bottom of the whole div? I've attached a image to my post, to describe what I mean ... -
20 Sep 2010 9:53 PM
- Replies
- 0
- Views
- 625
Hi everyone,
In my app I'm using a GroupTabPanel to display three groups of pages the user can view. Now I want to disable the extra pages when clicking on the group header; I want that the first... -
17 Aug 2010 3:51 AM
- Replies
- 5
- Views
- 809
OK, thats what I've thought ... Thanks!
-
17 Aug 2010 3:27 AM
- Replies
- 5
- Views
- 809
@Condor: Your approach doesn't work for me ... neither by deleting the "name" and only setting the hiddenName, nor by keeping both (i tried it with name and hiddenName the same and a different value)...
-
17 Aug 2010 12:04 AM
- Replies
- 5
- Views
- 809
Hey there,
I have a little problem with my ComboBox. I have a ArrayStore applied to it, and now I want to pre-select one item with the setValue()-Method. But now, when I call getValue(), it returns... -
25 Jul 2010 9:36 PM
Jump to post Thread: Swap components inside a panel by DHainzl
- Replies
- 6
- Views
- 795
First, you should add both Panels to the main Panel:
var mainPanel = new Ext.Panel({
items: [ listPanel, createPanel ]
);Then, you should not remove them from the main panel, but instead... -
23 Jul 2010 1:58 AM
Jump to post Thread: EditorGrid isDirty() by DHainzl
- Replies
- 0
- Views
- 658
Hello there,
I am using a editorgrid to display data. But I don't want to send the new data instantly the user edits the grid, instead I have a save-button to save the whole grid at once. Now I'm... -
13 Jul 2010 1:59 AM
- Replies
- 1
- Views
- 604
Hi there,
I have a form which I want to submit via AJAX field-by-field. So I implemented a listener on a textfield which sends the current data to an AJAX-Handler. The AJAX-Handler saves the data...
Results 1 to 22 of 22
