Search Type: Posts; User: jokelas
Search: Search took 0.02 seconds.
-
19 Nov 2011 9:11 AM
Jump to post Thread: extjs local paging possible? by jokelas
- Replies
- 4
- Views
- 1,081
I am also looking for local pagination. Should I use Memory Proxy or something to do this?
-
20 Feb 2011 6:46 AM
- Replies
- 4
- Views
- 1,977
I had the same problem and solved it by switching the auto init off like so:
Ext.regApplication({
name: 'MyApp',
autoInitViewport: false,
launch: function() {
// Do your stuff...
}... -
8 Feb 2011 10:22 AM
- Replies
- 5
- Views
- 4,935
Could you elaborate a bit more? Do they set the body tag size to 100%, margins to 0 and then what?
-
7 Feb 2011 10:22 AM
- Replies
- 5
- Views
- 4,935
Hi,
Apple iPad and iPhone both suffer from applying the CSS property position to fixed properly. I have heard that Sencha solves this problem for developers. How does it do this exactly? -
17 Oct 2010 8:48 AM
Jump to post Thread: Enable Tooltip in a GridPanel by jokelas
- Replies
- 3
- Views
- 746
Hi,
I cannot remember if there is anything built in feature for this (column, grid, columnModel), but atleast you can set the "qtip" parameter for the cell in columns renderer.
e. g.
... -
17 Oct 2010 5:53 AM
- Replies
- 2
- Views
- 540
Yea, I'll post this to the bug section. Lets see whats the verdict :).
Thanks Animal!
- Simo -
17 Oct 2010 5:52 AM
- Replies
- 0
- Views
- 387
Description:
I noticed that the DataViews select-method clears the old selections even when the beforeselect handlers return false and the new selection is cancelled. Is this the wanted... -
17 Oct 2010 4:08 AM
- Replies
- 2
- Views
- 540
Hi!
I noticed that the DataViews select-method clears the old selections even when the beforeselect handlers return false and the new selection is cancelled. Is this the wanted behaviour?
I...
Results 1 to 8 of 8
