Search Type: Posts; User: extjser12
Search: Search took 0.04 seconds.
-
26 Jun 2012 5:29 AM
- Replies
- 1
- Views
- 335
Hello together
Can somebody say me why the icons in my StatusBar won't be displayed? I use for this the config "iconCls".
This is my code:
tbar: Ext.create('Ext.ux.StatusBar', {
... -
29 May 2012 2:32 AM
- Replies
- 2
- Views
- 593
Hello together
How can I set a loadMask to my grid when I call the the load method of the store?
I'm using Ext JS 4.1
Thanks for your help and kind regards
shub -
17 May 2012 2:33 AM
- Replies
- 1
- Views
- 536
Hello together
Can somebody help me to convert the result of the method "getRange()" of Ext.data.Store to JSON? The JSON should contain all records of the resulted array.
Thank you very much... -
4 May 2012 12:18 PM
- Replies
- 1
- Views
- 569
Hello together
Why doesn't the following code work in Ext JS 4.1 final?
Ext.onReady(function() {
var store = Ext.create('Ext.data.TreeStore', {
root: {
expanded:... -
24 Apr 2012 7:55 AM
Jump to post Thread: Porting dynamic form by extjser12
- Replies
- 3
- Views
- 553
Sadly nothing. Should I post the whole code of my application?
-
23 Apr 2012 10:10 AM
Jump to post Thread: Porting dynamic form by extjser12
- Replies
- 3
- Views
- 553
Hello together
Is somebody able to port the web application from http://www.extjsframework.com/forms/adding-removing-fields-dynamically-and-loading-data to Ext JS 4.1 RC3? In my web app the "Add"... -
17 Apr 2012 1:10 PM
- Replies
- 9
- Views
- 818
Ok thanks. Maybe I can iterate throught all returned cells from the "down()" method and select then the right cell. But the "down()" method returns me only the first match. Do you maybe know how can...
-
17 Apr 2012 9:30 AM
- Replies
- 9
- Views
- 818
Yes I know. But I need an other row in the same column and I don't know how can I do this? Do you have any idea?
Kind regards, extjser12 -
17 Apr 2012 8:50 AM
- Replies
- 9
- Views
- 818
Nice. Thanks for your help! ;)
Is it also possible to extend your selector, so that it searchs for the "dataIndex" only in a specific row (e.g. e.rowIdx)?
Kind regards, extjser12 -
16 Apr 2012 11:43 AM
- Replies
- 9
- Views
- 818
Is it not possible to change the editor of another field? I want to achieve, that if a specific value is selected in a combobox another cell gets another editor.
-
16 Apr 2012 11:07 AM
- Replies
- 9
- Views
- 818
Hello together
Can somebody help me to change the editor of another cell?
plugins: [{
ptype: 'cellediting',
listeners: {
edit: function(editor, e, eOpts) { -
16 Apr 2012 9:04 AM
Jump to post Thread: Autosize Columns by extjser12
- Replies
- 7
- Views
- 1,444
With which event do you call the "autoSizeColumns()" method?
Kind regards, extjser12 -
15 Apr 2012 7:42 AM
- Replies
- 1
- Views
- 317
Hello together
Can somebody say me what is equivalent of Ext.grid.GridEditor in Ext JS 4?
Thanks for your help!
Kind regards, shub -
14 Apr 2012 1:08 PM
Jump to post Thread: Autosize Columns by extjser12
- Replies
- 7
- Views
- 1,444
Hi, qooleot
Thanks for your help. How do I have to call your method?
listeners: {
afterrender: function() {
this.autoSizeColumn(0);
this.autoSizeColumn(1); -
12 Apr 2012 2:44 AM
- Replies
- 1
- Views
- 301
Hello together
Can somebody say me the correct way to achieve that a FormPanel in a Window gets a horizontal scrollbar if it's bigger than the width of the window? The config "autoScroll: true"... -
12 Apr 2012 2:38 AM
- Replies
- 2
- Views
- 663
I've found the solution. You have to set the "LoadMask" on the component you want with the method "setLoading()".
Regards, extjser12 -
12 Apr 2012 2:37 AM
- Replies
- 3
- Views
- 962
Thanks Scott! ;)
Now it works fine.
Kind regards, extjser12 -
10 Apr 2012 4:54 AM
- Replies
- 2
- Views
- 663
Hello together
Can someone support me to check whether a LoadMask is already applied to a specific component?
var loadMask = new Ext.LoadMask(window, {msg:"Please wait..."});
In this... -
3 Apr 2012 11:58 PM
Jump to post Thread: Autosize Columns by extjser12
- Replies
- 7
- Views
- 1,444
Hello together
Can somebody help me to make the following code working in Ext JS 4.1 RC2? I copied the code from here... -
2 Apr 2012 10:41 PM
Jump to post Thread: FilterRow for Ext JS 4 Grids? by extjser12
- Replies
- 67
- Views
- 14,236
Can you please update your Plugin for Ext JS 4.1 RC1?
Thanks in advance!
Kind regards, extjser12 -
1 Apr 2012 10:56 PM
Jump to post Thread: Adjust height of container by extjser12
- Replies
- 1
- Views
- 399
Hello together
How can I achieve that my container will adjust the height accordingly of the children items when the height of the children elements is larger then configured "minHeight" of their... -
1 Apr 2012 10:48 PM
Jump to post Thread: Grid layout by extjser12
- Replies
- 1
- Views
- 408
Hi together
Is there a way to create a grid with the following layout (attached picture)?
33434
Kind regards
extjser12 -
1 Apr 2012 4:32 AM
Jump to post Thread: Wrong FieldSet height by extjser12
- Replies
- 1
- Views
- 574
REQUIRED INFORMATION
Ext version tested:
Ext JS 4.1 RC1
Browser versions tested against:
Chrome 17 (Windows)
Firefox 11 (Windows) -
1 Apr 2012 3:05 AM
- Replies
- 3
- Views
- 962
REQUIRED INFORMATION
Ext version tested:
Ext JS 4.1 RC1
Browser versions tested against:
Chrome 17 (Windows)
Firefox 11 (Windows) -
31 Mar 2012 12:33 PM
Jump to post Thread: Align checkboxes horizontally by extjser12
- Replies
- 1
- Views
- 627
Hello together
Can somebody help me to align the checkboxes in the following code horizontally? I wasn't able to achieve this with a "hbox" or "column" layout.
xtype: 'fieldset',
title:...
Results 1 to 25 of 59
