Search Type: Posts; User: ikk0
Search: Search took 0.02 seconds.
-
18 Aug 2008 6:03 AM
- Replies
- 2
- Views
- 626
I think, in the end, your and my functions are the same.
I don't know if your one works the same, but it looks like. Mine also searches submenu.
Hum, I tested a bit.
_I_ don't know what 2.2... -
18 Aug 2008 5:08 AM
- Replies
- 2
- Views
- 626
Hi,
I had this piece of code working flawlessly in Ext 2.1
findMenuChildRec: function(array, attribute, value) {
var found;
Ext.each(array, function(item, index,... -
25 Jul 2008 12:46 PM
Jump to post Thread: Ext 2.1 / IE 7 / Unspecified Error by ikk0
- Replies
- 1
- Views
- 690
Okay, I found the code which produced this. This is an UX from this forums! Seems to make problems with a viewport..
Ext.ux.CenterWindowPlugin = function(){
this.init = function(win)... -
25 Jul 2008 11:55 AM
Jump to post Thread: Ext 2.1 / IE 7 / Unspecified Error by ikk0
- Replies
- 1
- Views
- 690
Hi,
I am having a problem with IE7. I built a pretty huge application, and only check IE 7 for compatibility like 1 time a week during development process. Now I saw that IE 7 throws an error, and I... -
23 Jul 2008 1:57 PM
- Replies
- 6
- Views
- 2,278
Yes, I know, but in my case I need to find (by) another attribute (not the id) in different contextmenus. And this attributes aren't registered with the ComponentManager!
Greetings
ikk0 -
23 Jul 2008 12:53 PM
- Replies
- 6
- Views
- 2,278
Okay, fixed it. If anybody is interested to loop through an Ext.menu and find a child by id, there you go, this is how I do it, don't know if there's a better way:
function rec(array, value) {... -
23 Jul 2008 12:27 PM
- Replies
- 6
- Views
- 2,278
I can't get this to work.. I thought it would be just an array, but I want to loop through an Ext.menu.Menu (no, Ext.get/getCmp won't help me)
function rec(array, value) {
var... -
23 Jul 2008 11:42 AM
- Replies
- 6
- Views
- 2,278
Hi,
I am trying to loop through an Object/Array recursively to find an attribute. Ext.each doesn't loop recursively, so I tried to do it on my own, but won't succeed. Anybody did this before or sees... -
22 Jul 2008 5:09 AM
- Replies
- 77
- Views
- 38,034
I am trying to use this UX, but can't succeed regarding a contextmenu: Please have a look at http://extjs.com/forum/showthread.php?p=198381
Greetings
ikk0 -
22 Jul 2008 4:33 AM
- Replies
- 2
- Views
- 935
Hi,
I am using this UX:
http://extjs.com/forum/showthread.php?t=29353
I want to use an Ext.Menu.Menu in a panel. But I also want to use it as a contextmenu, I don't want to define it two times,... -
17 Jul 2008 12:51 PM
- Replies
- 1
- Views
- 569
Hi,
I got a Viewport containing some regions, and in the west region I want to hold: a treepanel which sizes to how much size in height is there, and two panels, which have a static height of 100.... -
16 Jul 2008 12:09 PM
- Replies
- 8
- Views
- 2,051
Because then the click handler for "Zeit" is active again.
-
16 Jul 2008 11:57 AM
- Replies
- 8
- Views
- 2,051
K, look at the screenshot please. The "Zeit"-menu is disabled, but I want to open the submenu. I need this because on the "Zeit"-menu there is a click handler - but in some situations I want to open...
-
16 Jul 2008 9:33 AM
- Replies
- 8
- Views
- 2,051
Hi,
I don't know if it's possible, but I want to disable:true the parent menu, but the sub menu (menu:{items:[]}) should be still openable.
Is this possible?
Greetings
ikk0 -
5 Jul 2008 5:27 AM
- Replies
- 1
- Views
- 966
Hi,
xtype: 'datefield',
fieldLabel: 'am',
id: 'datefield_',
name: 'datefield',
width: 100,
value: new Date(), -
29 Jun 2008 7:11 AM
Jump to post Thread: Multiple Ext.Msg.alert at a time by ikk0
- Replies
- 1
- Views
- 1,253
Hi,
I need to show multiple Ext.Msg.alert at the same time.
I mean, there should be two open, the user should close one, then the other.
At the moment it's like that: The older alert gets... -
13 Jun 2008 8:43 AM
- Replies
- 1
- Views
- 709
Or how could I just copy the component over to the center region?
-
13 Jun 2008 8:32 AM
- Replies
- 1
- Views
- 709
Hi,
I am looking for a way how I can move a component placed in the east region to the center region.
Then I want to collapse the east region.
Then, later, I want to move the component back to the... -
12 Jun 2008 11:07 PM
Jump to post Thread: How to realise a DragZone like this? by ikk0
- Replies
- 2
- Views
- 840
Nobody did something like this before already?
-
9 Jun 2008 6:26 AM
Jump to post Thread: How to realise a DragZone like this? by ikk0
- Replies
- 2
- Views
- 840
No ideas?
-
9 Jun 2008 4:32 AM
Jump to post Thread: How to realise a DragZone like this? by ikk0
- Replies
- 2
- Views
- 840
Hi,
please have a look at that:
http://tableboss.com/images/stories/AdminGuide/tables_full.png
You can see the tables. They can be positioned freely on the white panel by dragging them. How... -
25 Apr 2008 8:33 AM
- Replies
- 1
- Views
- 1,001
Hi,
I am experiencing a strange problem.
I have got a Messagebox, which I show, but the next time I try to show it, it just doesn't show up. What's the matter?!
[code]
Ext.Msg.show({
title:... -
16 Apr 2008 11:29 AM
- Replies
- 4
- Views
- 1,559
K, found it my self, thanks anyways!
The Panel was in a borderlayout, I had to .doLayout the layout-container. -
16 Apr 2008 10:39 AM
- Replies
- 4
- Views
- 1,559
If I minimize and then maximize the Firefox Window where the application is opened in, the panel resizes correctly.. How can I call this "function" so that this happens?
-
16 Apr 2008 9:42 AM
- Replies
- 4
- Views
- 1,559
Mhm, you mean, that I for example load the things into a Store and then render it with a Dataview, or what?
Currently it loads plain HTML.
Otherwise I don't understand your question, sorry, english...
Results 1 to 25 of 57
