Search Type: Posts; User: catalinux1907
Search: Search took 0.03 seconds.
-
9 Mar 2013 1:10 AM
- Replies
- 5
- Views
- 284
I love keepin simple, but having 1000 celsl, half of them having special renderers makes me think twice before rendering the whole table.
-
8 Mar 2013 12:04 PM
- Replies
- 5
- Views
- 284
Donw that, but The row does not refresh. I want oly that row to refresh.
-
7 Mar 2013 11:08 PM
- Replies
- 5
- Views
- 284
I have a grid. How can I refresh a single record? My models have defind a load data. My store alse has a direct proxy. What i want that sometimes a single record would get his data from the server,...
-
6 Feb 2013 1:21 AM
- Replies
- 1
- Views
- 105
It works like this
Ext.create('Ext.form.Panel', {
bodyStyle: {
background: 'none',
padding: '10px',
... -
6 Feb 2013 12:54 AM
- Replies
- 1
- Views
- 105
I have a form defined
var form = Ext.create('Ext.form.Panel', {
bodyStyle: {
background: 'none',
padding: '10px',
... -
4 Feb 2013 4:44 AM
- Replies
- 1
- Views
- 577
I know it's too late, but I think this http://www.ohmztech.com/extensions/dateslider/ is what you want.
-
11 Jan 2013 2:57 AM
Jump to post Thread: Extjs4.0 Class diagram by catalinux1907
- Replies
- 2
- Views
- 299
I can't find the page where is that diagram. Can you help me?
-
2 Jan 2013 2:05 PM
- Replies
- 3
- Views
- 911
I was not talking about enterprise service bus. I was talking about having an observale object on which you can listen for events and also for these events. Can you make a comparision of benefits.
-
30 Dec 2012 2:38 PM
- Replies
- 3
- Views
- 911
To understand more of the benefits of your implemenation can you tell me how is different than using a message bus where you fire events and your portlets will have a listner for that event?
-
28 Nov 2012 1:50 PM
- Replies
- 3
- Views
- 2,801
Hi,
How did you generate that diagram. I would like to generate a last version class diagram in a printable form (black border, white background) -
28 Nov 2012 12:19 AM
- Replies
- 13
- Views
- 1,773
Ext.define('MyApp.store.NewsletterListStore', {
extend:'Ext.data.Store',
model:'MyApp.model.NewsletterCampaign',
storeId:'NewsletterListStore',
autoLoad:true,
proxy:{ -
22 Nov 2012 6:32 AM
- Replies
- 2
- Views
- 693
This problem was not fixes entirely. The problem is related to other "problem". I try to explain it.
Let's say I have a buffered grid with 1000 result and 200rows per page. When I filter remote I... -
12 Nov 2012 11:38 PM
- Replies
- 1
- Views
- 345
I want to generate a js only for my MVC app. In the deploy file I will be able to include the Ext library and my compiled files. I tried the exclude param but it did not work, my all-classes.js...
-
9 Nov 2012 12:06 PM
- Replies
- 0
- Views
- 259
I have the following case. Iny not compiled project I have included ( html file) :
- extjs-all.js
- my api.js ( that generates the remote calls)
- app.js
When i compile my app i get one single... -
8 Aug 2012 11:37 AM
- Replies
- 12
- Views
- 2,630
Hi ap. For me it wasn't enough. I had to ad that 76 for delta. My case was the grid had no data or only a row, and it,s hit was auto.
-
8 Aug 2012 10:12 AM
- Replies
- 12
- Views
- 2,630
The patch above wil work if you change this
viewEl.setHeight(viewEl.getHeight() + delta);
grid.getEl().setHeight(grid.getEl().getHeight() + delta);in
...
Results 1 to 16 of 16
