Search Type: Posts; User: woocash_k
Search: Search took 0.01 seconds.
-
11 Apr 2008 6:16 AM
Jump to post Thread: Grid Cell qtip question by woocash_k
- Replies
- 10
- Views
- 5,563
Ok. I found what was causing the problem but i don't know why. As it turns out prototype was included after ext files and it messed Quicktips up. I changed order and now its ok. Strange though.
-
11 Apr 2008 4:52 AM
Jump to post Thread: Grid Cell qtip question by woocash_k
- Replies
- 10
- Views
- 5,563
I've put this other working grid with quicktips inside a window and it still works ok so i guess Ext.Window has nothing to do with these errors
-
11 Apr 2008 4:42 AM
Jump to post Thread: Grid Cell qtip question by woocash_k
- Replies
- 10
- Views
- 5,563
I did. :( It didn't help. This code pretty much sums up to the same thing. The same errors happen. I guess there is a problem with 'this', Its not set right.
-
11 Apr 2008 4:25 AM
Jump to post Thread: Grid Cell qtip question by woocash_k
- Replies
- 10
- Views
- 5,563
Yes
Ext.onReady(function(){
Ext.QuickTips.init();
...
...
...
}); -
11 Apr 2008 4:13 AM
Jump to post Thread: Grid Cell qtip question by woocash_k
- Replies
- 10
- Views
- 5,563
Hi i have a Ext.Window with a grid on it and I'm trying tu make qtips for grid cells. I'm using a custom renderer for columns that looks like this
columnQTipRenderer = function(val, meta, record,... -
10 Apr 2008 3:42 AM
Jump to post Thread: HtmlEditor Issue. Urgent:( by woocash_k
- Replies
- 2
- Views
- 826
Sory there are these text vars declared globaly
var messageUserEditLoadingText='Loading ... Pleas Wait...';
var messageSave = 'Speichern';
var messageClose = 'Abschließen'; -
10 Apr 2008 3:29 AM
Jump to post Thread: HtmlEditor Issue. Urgent:( by woocash_k
- Replies
- 2
- Views
- 826
Hi I have a standard scenario. A Window with a form panel and HtmlEditor in that Panel. When i call the window.show(); window pops up and HtmlEditor is no filled with value, its empty. And there is...
-
22 Jan 2008 5:42 AM
- Replies
- 3
- Views
- 2,883
Hi. I was wondering how Ext content is recognized by Google search engine.? Is there anything regarding Ext that might prevent my site from being high up in Google ranks? What are the areas I need...
-
28 Nov 2007 7:14 AM
Jump to post Thread: Drop problem in desktop example by woocash_k
- Replies
- 0
- Views
- 591
Hi - like on thumbnail I have two dataView's with dropZone for pictures. problem is that wnen upper DataView is bigger then its window it is capturing notfyDrop form second window. if i drop picture...
-
23 Nov 2007 6:45 AM
Jump to post Thread: Collapse question by woocash_k
- Replies
- 1
- Views
- 585
Hi, I was wondering if it's possible to make a Window collapsible but not fully. What I want to achieve is to collapse a window so there would be 10% of its contents still visible. Is it possible.
-
19 Nov 2007 8:01 AM
Jump to post Thread: dropAllowed style problem by woocash_k
- Replies
- 2
- Views
- 799
Hi. I have a problem with DDProxy. I can fire the notifyDrop event correclty, but when i drag this proxy over DropZone dropAllowed CSS style isn't replaced with 'x-dd-drop-ok' value.
My code is... -
15 Nov 2007 4:59 AM
Jump to post Thread: Window Move problem by woocash_k
- Replies
- 2
- Views
- 1,268
Hi. I'm new to Ext and I'm stiil learning. I have a problem with overriding Ext.Window 'move' event.
What i want to achieve is for Window to be draggable but window position should be in a position...
Results 1 to 12 of 12
