Search Type: Posts; User: longracer
Search: Search took 0.02 seconds.
-
11 Oct 2007 10:49 PM
- Replies
- 2
- Views
- 1,212
=D>yes,it works. I also meet this problem, now it is OK.Thanks
-
7 Oct 2007 7:37 PM
- Replies
- 13
- Views
- 12,735
:)Thank you, wck555, It just works as you said. Though I have to forget scrollToTop, but I got a grid without blinking
-
29 Sep 2007 2:31 AM
- Replies
- 13
- Views
- 12,735
I've read the previous thread "Grid Loses Selection and Scroll Position On Data Store Load" and tried the way to restore scroll position after ds.load. It works, but "However there is still a visible...
-
16 Jul 2007 6:37 PM
- Replies
- 6
- Views
- 2,932
Thank you so much! It works excellently! Ext and Ext team are so great!
-
16 Jul 2007 12:03 AM
- Replies
- 6
- Views
- 2,932
Thank you Jack!I tried what you suggest and every panel can automatically restore to its previous scrollTop when activated. But I can't set the scrollTop anymore, that means I can't scroll the panel...
-
15 Jul 2007 5:14 PM
- Replies
- 6
- Views
- 2,932
In my online chat application, I have added multiple ContentPanels in one layout region. I want every panel has its own scrollHeight so that when one is activated it can automatically scroll to its...
-
13 Jul 2007 3:02 AM
- Replies
- 0
- Views
- 648
In my online chat application, I have added multiple ContentPanels in one layout region. I want every panel has its own scrollHeight so that when one is activated it can automatically scroll to its...
-
10 Apr 2007 1:37 AM
- Replies
- 6
- Views
- 1,698
I've installed yui-utilities.js,ext-yui-adapter.js,ext-all.js) and /resources dir locally. When I load a page made of Ext, the browser notice that it's downloading some images from www.yui-ext.com....
-
29 Mar 2007 1:41 AM
- Replies
- 23
- Views
- 7,425
Nige,Jeff,dfenwick
Thank you so much! :oops: As a beginner of js and ext, I'm so lucky to have your help.
I've tried
var myEl = Ext.get('talk1').dom.parentNode;
myEl.scrollTop =... -
28 Mar 2007 7:58 PM
- Replies
- 23
- Views
- 7,425
Hi,Nige
I've use firebug to do command line debug,but no progress in fixing this problem. With so many div created by ext, I dont think its a easy way to make it.
I have to say maybe it‘s a... -
27 Mar 2007 7:03 PM
- Replies
- 23
- Views
- 7,425
Do you mean I can do it ike the following:
layout.getRegion("center").getEl().dom.scrollTop = 100
I still can't make it work. As to a normal div which is not a content panel, if its style... -
26 Mar 2007 7:09 PM
- Replies
- 23
- Views
- 7,425
Hi, maerteijn
Thank you. I've corrected the careless mistake you pointed, but the problem still existed. Maybe something else wrong but I don't know. Thank you so much.
Hi, Nige
I think you... -
25 Mar 2007 10:41 PM
- Replies
- 23
- Views
- 7,425
I can't set the scrollTop property of a div in a content panel in Borderlayout, so that I can't make the panel scroll down to the very bottom automatically. The related code is following:
layout... -
13 Mar 2007 7:47 PM
- Replies
- 3
- Views
- 1,978
Thanks, Thomas
I have tried your suggested method, but it still doesn't work. My code like this:
[ add: function(c) {
var record = {company:'', price:0,... -
12 Mar 2007 12:21 AM
- Replies
- 1
- Views
- 1,442
Sorry, I should have used GridPanle before. Thanks Jack... Great work
-
11 Mar 2007 10:49 PM
- Replies
- 3
- Views
- 1,978
I want to check if a record exist in a array grid before I add it to the grid. I tried to use indexOf Ext.data.Store to make it but failed. The code is as following:
var record = {company:'',... -
11 Mar 2007 10:31 PM
- Replies
- 1
- Views
- 1,442
I use the Ext's own examples(array grid and complex layout) to do the test. With yui-ext 0.33, the Grid can adapt to west region of the borderlayout exactly,but with ext1.0 alpha2 and alpha3, it has...
Results 1 to 17 of 17
