Search Type: Posts; User: sytel
Search: Search took 0.01 seconds.
-
13 Nov 2012 8:35 AM
- Replies
- 15
- Views
- 6,084
Unfortunately I don't have enough time to identify which code actually causes the leaks. I can only do my best to help all of us fixing this problem by providing test cases and a workaround without...
-
13 Nov 2012 4:38 AM
- Replies
- 15
- Views
- 6,084
I create real-time reporting and monitoring applications using ExtJS, so it is crucial for me to fix this. As I suspected, there are two separate issues here:
1. ExtJS uses Douglas Crockford's... -
9 Dec 2011 2:02 AM
Jump to post Thread: GridPanel Toggle RowBody by sytel
- Replies
- 2
- Views
- 700
Use regular rowbody and rowwrap features and include these CSS rules:
.x-grid-row .x-grid-rowbody { display: none !important; }
.x-grid-row-selected .x-grid-rowbody { display: block !important;... -
29 Nov 2011 8:04 AM
Jump to post Thread: tabpanel tabs in multiple rows by sytel
- Replies
- 2
- Views
- 855
I see that in ExtJS 4 there are divs instead of ul in markup. Setting the widths could be done by hooking into Ext.tab.Bar, but could you help out with the proper CSS?
-
29 Nov 2011 2:50 AM
Jump to post Thread: tabpanel tabs in multiple rows by sytel
- Replies
- 2
- Views
- 855
Hello,
is it possible to display tabs in tabpanel in multiple rows instead of scrolling them horizontally? It's more usable if there are many tabs with long headers.
Thanks -
27 Oct 2011 5:58 AM
- Replies
- 15
- Views
- 6,084
Sencha Devs, have you gotten anywhere with this one? I suspect there may actually be two issues, one with record id's and another with reader. And yes, it's still present in Ext JS 4.x.
-
13 Oct 2011 6:21 AM
- Replies
- 1
- Views
- 481
Hi,
in a grid with RowEditor i have a column:
{
xtype: 'gridcolumn',
dataIndex: 'name',
text: 'Name',
editor: { -
20 Sep 2011 2:16 AM
Jump to post Thread: Encrypt decrytp all ajax responses by sytel
- Replies
- 1
- Views
- 597
why not use https?
-
14 Sep 2011 6:04 AM
Jump to post Thread: modelName + internalId : why? by sytel
- Replies
- 2
- Views
- 584
Mitchell, thanks for your reply.
The id is parsed properly because this
store.getAt(1).getId()
properly returns the mentioned integer.
I'm just trying to understand what's the point of... -
14 Sep 2011 1:46 AM
Jump to post Thread: modelName + internalId : why? by sytel
- Replies
- 2
- Views
- 584
I have a Model named 'Company' with idProperty pointing to an integer field. I noticed that
store.getAt(1).id
gives me e.g. 'Company-1' instead of just '1'.
In Ext JS 4 source i see that in... -
1 Sep 2011 1:43 AM
- Replies
- 4
- Views
- 1,408
Please have a look at http://www.sencha.com/forum/showthread.php?145645-Possible-memory-leak-with-GridPanel-and-Store
-
31 Aug 2011 8:35 AM
- Replies
- 15
- Views
- 6,084
Ext version tested:
Ext 3.0.3
Ext 3.3.2
Ext 3.4.0
Adapter used:
ext
css used: -
9 Mar 2011 1:50 AM
Jump to post Thread: Suspend state save by sytel
- Replies
- 2
- Views
- 556
i did, but some events are required for the view switching to work properly. i also tried to temporarily set stateful=false but the state events are delayed, so it won't work.
there's got to be... -
8 Mar 2011 5:05 AM
Jump to post Thread: Suspend state save by sytel
- Replies
- 2
- Views
- 556
Hello,
i have a stateful grid with about 70 columns. I want to allow users to select particular view from a dropdown, view being a set of visible columns with particular widths. The rest of... -
10 Feb 2011 7:15 AM
- Replies
- 0
- Views
- 501
I have the following Json structure to read:
{
"tom": 10,
"jack": 23,
"bill": 8,
"joe": 15,
"dan": 5
} -
8 Jun 2010 2:00 PM
Jump to post Thread: Dynamic grid filters by sytel
- Replies
- 2
- Views
- 2,185
That is true, but my code automatically configures the filters for you. Hence dynamic filters :D. Useful if you have lots of different column models.
-
3 Jun 2010 2:34 AM
Jump to post Thread: Dynamic grid filters by sytel
- Replies
- 2
- Views
- 2,185
I was looking for a very simple dynamic filters for my data grid. Couldn't find, so i coded this one. It creates filters from column model and store configuration. Makes use of...
-
26 Nov 2009 3:32 AM
Jump to post Thread: DateTimeFilter grid filter by sytel
- Replies
- 4
- Views
- 2,508
Any chance to have this ported to Ext 3?
Results 1 to 18 of 18
