Search Type: Posts; User: Zolcsi
Search: Search took 0.02 seconds.
-
5 Sep 2012 9:16 AM
Jump to post Thread: CKEditor Extension by Zolcsi
- Replies
- 39
- Views
- 39,544
Here is a slight modification to the code above:
With this it works when the ckeditor component is not rendered -
24 Jul 2012 2:24 AM
- Replies
- 8
- Views
- 2,030
uksencha, that sounds like a good idea, however, unfortunately I wasn't able to find a good event to disable the fields. mousedown doesn't work and there is no click or tap event on a select field....
-
13 Jul 2012 12:45 AM
- Replies
- 8
- Views
- 2,030
REQUIRED INFORMATION
Sencha Touch version tested:
Sencha Touch 2.0.1
Sencha Touch 2.0.1.1
Browser versions tested against:
Safari (on iOS 5.1.1 and iOS 5.1) -
20 Mar 2012 12:39 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Zolcsi
- Replies
- 956
- Views
- 308,101
That worked like a charm for me, thank you very much!
-
11 Jan 2012 5:10 AM
- Replies
- 1
- Views
- 447
REQUIRED INFORMATION
Ext version tested:
Ext 4.0.7
Browser versions tested against:
Safari 5.1.2 Google Chrome 16.0.912.75
Description: -
19 Mar 2011 3:12 AM
- Replies
- 8
- Views
- 3,931
Well, unfortunately I couldn't find any better solution, as a matter of fact I ended up with exactly the same solution as your second point.
-
19 Mar 2011 1:44 AM
- Replies
- 8
- Views
- 3,931
Whoaa, nailed it :)
So, as it turns out, the second toFront was called because it was listening to an event.
In Ext.Window.initEvents there is this line of code:
this.mon(this.el, 'mousedown',... -
19 Mar 2011 1:37 AM
- Replies
- 8
- Views
- 3,931
I've started debugging the problem, and here's what I got so far:
The original modal window is "ext-comp-1190" and the new window which should appear above it is "winNewPartnerContact".
I put some... -
17 Mar 2011 8:32 AM
- Replies
- 8
- Views
- 3,931
Using the getDialog() the errors are gone, but the messagebox will stay under the dialog. I'm thinking maybe the messagebox was correctly registered with the windomanager upon creation, that's why...
-
17 Mar 2011 8:06 AM
- Replies
- 8
- Views
- 3,931
Hi,
recently I found some strange behaviour which I can't figure out.
I've opened a modal window, and then I tried to show a confirmation dialog using Ext.Msg.confirm()
But the confirm window... -
21 Jan 2011 12:50 AM
Jump to post Thread: Double click on TabPanel by Zolcsi
- Replies
- 3
- Views
- 1,405
Hi folks,
I was wondering if you knew a way of catching the double click event on the title of a tab. What I would like to achieve is to be able to rename a tab by double clicking on its title.... -
29 Mar 2010 6:24 AM
Jump to post Thread: DataView for arranging images by Zolcsi
- Replies
- 2
- Views
- 610
For some strange reason, the search engine could not find this topic:
http://www.extjs.com/forum/showthread.php?t=33857
But this is exactly what I need, so I'll just go with implementing this one :) -
29 Mar 2010 3:07 AM
Jump to post Thread: DataView for arranging images by Zolcsi
- Replies
- 2
- Views
- 610
Hello guys,
I'd like to implement a dataview like in this example:
http://www.extjs.com/deploy/dev/examples/view/data-view.html
But I'd like to be able to rearrange the pictures by simply... -
4 Mar 2010 4:43 AM
Jump to post Thread: GroupTabPanel enhancements by Zolcsi
- Replies
- 3
- Views
- 2,016
Thanks for summarizing it, I think I will use it, so I can update the original grouptabpanel without issues.
-
21 Feb 2010 1:35 PM
Jump to post Thread: Drag and drop in a panel by Zolcsi
- Replies
- 0
- Views
- 499
Hi folks,
I have a border layout with a center and an east region. On the east there is a panel, called PlayGround, here is its definition:
InterPont.Todo.PlayGround = function(config)
{... -
17 Nov 2009 2:38 AM
Jump to post Thread: Ext Translations by Zolcsi
- Replies
- 384
- Views
- 125,069
hmm,
that's strange, I'm positive I attached it.
Anyhow, I'll try again. -
16 Nov 2009 9:43 AM
Jump to post Thread: Ext Translations by Zolcsi
- Replies
- 384
- Views
- 125,069
Hi,
I made some update to the Hungarian translation. There was a character-encoding issue with one character and I corrected the default date formats.
I've attached my version. -
16 Nov 2009 7:29 AM
- Replies
- 13
- Views
- 3,953
Hi, I had the same problem, took me a lot of search and testing to figure out what's causing the problem, and even more to rewrite everything to this version.
I could have really used some warning... -
12 Nov 2009 1:53 AM
- Replies
- 6
- Views
- 2,250
Now as I see, the Statusbar.js was also taken out of the 3.0.3 release, however the example still exists.
-
16 Oct 2009 6:10 AM
- Replies
- 406
- Views
- 144,262
Very nice work, I'm definitely gonna use it.
Thanks! :) -
4 Sep 2009 7:17 AM
Jump to post Thread: GroupTabPanel enhancements by Zolcsi
- Replies
- 3
- Views
- 2,016
Hi folks,
I needed some enhancements on the grouptabpanel, and I thought you might like it, so here they are:
First I created a very simple function:
collapseGroup:... -
2 Sep 2009 7:55 AM
Jump to post Thread: Ext.ux.grid.RowExpander question by Zolcsi
- Replies
- 0
- Views
- 745
Hi,
I'm having a little trouble using the RowExpander plugin.
I used it before with ExtJS 2, but after migrating to 3.0, the rows won't expand.
When I click on the + button, the grid shows the... -
1 Sep 2009 3:41 AM
Jump to post Thread: Ext.ux.form.TriCheckbox by Zolcsi
- Replies
- 4
- Views
- 2,570
I had one small little problem with this component.
If I set the value before it was rendered, then the value just gets ignored.
Here is my fix:
Instead of this: (line 70)
this.chk =... -
1 Sep 2009 2:54 AM
- Replies
- 623
- Views
- 216,672
Hi folks,
I had a problem like this with extjs 3:
when I selected multiple elements in the lovcombo, then after the blur event the combo was cleared.
I was able to solve this, by commenting out... -
8 Jul 2009 1:17 AM
Jump to post Thread: Ext.ux.LiveGrid by Zolcsi
- Replies
- 823
- Views
- 290,767
Worked like a charm, thank you!
Results 1 to 25 of 62
