Search Type: Posts; User: Surgeon
Search: Search took 0.01 seconds.
-
29 Jan 2009 6:27 AM
- Replies
- 3
- Views
- 1,128
to revert data in the record after cancel editing I should call store.commitChanges() or record.commit() ?
-
28 Jan 2009 4:50 AM
- Replies
- 3
- Views
- 1,128
The problem is simple. Ext.data.Record.cancelEdit() method doesn't want to revert changes made in the edit operation.
I use code bellow:
donRec.beginEdit();
donRec.set('id_tem', temId);... -
15 Dec 2008 5:50 AM
Jump to post Thread: Cross browser text selection by Surgeon
- Replies
- 0
- Views
- 1,664
Question about javascript, not about ExtJs particulary.
I want to handle selected text in HTMLeditor or in textarea. In IE I can use such javascript code:
var htmlEditor =... -
4 Dec 2008 11:44 AM
- Replies
- 8
- Views
- 2,091
Big thanks, it works!
I've spent many hours for finding solution! -
4 Dec 2008 11:04 AM
- Replies
- 8
- Views
- 2,091
Method addSorted works fine! Thank you again! :)
The last problem is moving records from one group to another.
If I try this code:
rec.set(statField, 0);
rec.commit(); -
4 Dec 2008 7:06 AM
- Replies
- 8
- Views
- 2,091
Thanks, I'll try it tomorrow.
-
4 Dec 2008 6:16 AM
- Replies
- 8
- Views
- 2,091
Thanks, now I know how to create records without :
messNewRec.id = json.newMessId;
messNewRec.commit();
:)
------------------------------------------------------------------------------ -
30 Nov 2008 7:52 AM
- Replies
- 8
- Views
- 2,091
A couple of monthes ago, I've made post on the same problem, but no solution was suggested. I still don't know how to make Grid refresh it's content, after changing data in it's store.
In... -
13 Oct 2008 4:20 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
I tried to type in command line Ext.Msg.alert("Foo", "Bar"). First of all Ext.Msg.alert was behind the module window. Secondary desktop starts to drive :)
I also opened... -
13 Oct 2008 3:41 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
What you mean too high? In fact I never used mask element, so I it is hard for me to understand. Now I read docs:)
In alerts and confirm boxes it works fine. I found such behavior in modules. -
13 Oct 2008 3:23 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
ExtJs desktop demo and qwikioffice demo have no any modal windows.
-
13 Oct 2008 2:26 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
In any modal window when I scroll by mouse scroll wheel web desktop starts to drive and only desktop background color stay at it's place. This problem cause only in Opera browser.
-
13 Oct 2008 1:13 AM
- Replies
- 0
- Views
- 818
In Opera, Safari and FF3 Ext.Msg.Confirm is shown behind window in the dektop.
There is also some problems with alerts. -
13 Oct 2008 12:32 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
It seemed to be a bug. Because, any modal window in web desktop, cause this problem.
-
12 Oct 2008 4:06 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
The code is like in first issue. That's problem only appears when I set in ViewDonorSetUpWin modal: true. Problem also appears in other modal windows, even if in there is no scroll bar!
-
11 Oct 2008 3:19 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
I understood. In anyway I must handle manually showing and removing forms.
Thanks for advice with border layout and container. Now it works in IE !:)
A new interesting thing I found in opera.... -
11 Oct 2008 2:12 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
But if I have no Grid and SelectionModel? Just FormPanel with textFields and PagingToolbar?
-
9 Oct 2008 10:31 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
Understood :)
May be this is a bad idea to ask this question in this topic, but I'll ask.
If I need to create FormPanel which is bound to some dataStore. Because the dataStore contains too much... -
9 Oct 2008 9:38 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
Sorry, I forgot about region property. Thank's, I will try!
I only need to add ConfigForm to the ViewDonorSetupWin.
In fact I just want to make it show correctly in IE. All works fine in other... -
9 Oct 2008 8:24 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
You mean:
var ViewDonorSetUpWin = new Ext.Window({
layout: 'border',
constrain: true,
bodyStyle:'padding:10px',
id:'siteWin',
height: winHeight*0.9, -
9 Oct 2008 7:19 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
I thought about Border layout with the Panel in the north and the FormPanel in the center. But there is another problem, FormPanel which should be placed in center region only after ajax request, I...
-
9 Oct 2008 6:48 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
Thank's for fast reply!
<Window layout: doen't set>
<Panel layout: doen't set>
Some HTML code
</Panel>
<FormPanel layout: 'form' this panel is moving when I move... -
9 Oct 2008 5:51 AM
Jump to post Thread: Window scroll issue by Surgeon
- Replies
- 27
- Views
- 3,836
I am studying ExtJs and I played with desktop example.
I have the modal window. In window I put panel with html only. After handling ajax request I've add FormPanel with some TextFields and Panel in... -
10 Sep 2008 12:09 PM
- Replies
- 7
- Views
- 1,403
I'm not sure. But memory usage in the FF2 after some period of time start going up from approximately 50-60mb to 100mb and more.
-
9 Sep 2008 12:06 PM
- Replies
- 7
- Views
- 1,403
I've met the same problem. The reason of memory leak is undefined for me :(
P.S. your application - Group Office is really fantastic! =D>
Results 1 to 25 of 60
