Search Type: Posts; User: mike.tallroth
Search: Search took 0.01 seconds.
-
8 Jul 2011 12:26 PM
- Replies
- 0
- Views
- 1,038
In Ext.ux.grid.CheckColumn, the editable config option is ignored because processEvent is used instead of an Editor. The processEvent function could be modified to include a check for editable.
... -
8 Jul 2011 12:15 PM
- Replies
- 1
- Views
- 927
The issue looks like an oversight in the ux code, but its pretty easy to fix.
In Ext.grid.Column, getEditor checks editable before returning the editor. But Ext.ux.grid.CheckColumn uses... -
28 Apr 2010 2:18 PM
Jump to post Thread: Ext.ux.DockPanel by mike.tallroth
- Replies
- 76
- Views
- 36,889
After successfully applying the patch provided by xLP, the tab focus worked properly, but then I was getting an error from the findTargets() function in ext-all-debug.js, which was being called by...
-
11 Sep 2009 5:40 AM
- Replies
- 6
- Views
- 4,857
http://www.extjs.com/learn/Tutorial:Application_Layout_for_Beginners
-
11 Sep 2009 5:37 AM
- Replies
- 6
- Views
- 4,857
I have started to look into this, but haven't gotten very deep yet at all. One question I have is are you using the concepts from the Application Layout Tutorial? I realize that by using this, it...
-
19 Mar 2009 1:24 PM
Jump to post Thread: action.result is undefined by mike.tallroth
- Replies
- 9
- Views
- 5,226
Maybe the answer to the bigger question is blocking of XSS. This is the first time I've tried this, so I suppose that makes sense.
If anyone else has any comments on that, I'd love to hear them,... -
19 Mar 2009 1:08 PM
Jump to post Thread: action.result is undefined by mike.tallroth
- Replies
- 9
- Views
- 5,226
By the way, thanks for the great suggestions Animal!
I added the breakpoint as suggested and found that doc.body contains a bunch of stuff including innerHTML. I can see this using FireBug. But... -
19 Mar 2009 11:00 AM
Jump to post Thread: action.result is undefined by mike.tallroth
- Replies
- 9
- Views
- 5,226
My server side code that receives the upload responds with the following string:
if ($success === false) {
// Report the rsync failure.
echo "{failure: true, message: 'File was not... -
19 Mar 2009 10:38 AM
Jump to post Thread: action.result is undefined by mike.tallroth
- Replies
- 9
- Views
- 5,226
I wasn't doing anything to actively control that, but yes, it is text/html in both cases.
did not parse properly (POSTed to localhost:8000):
Date: Thu, 19 Mar 2009 18:31:37 GMT
Server:... -
18 Mar 2009 1:36 PM
Jump to post Thread: action.result is undefined by mike.tallroth
- Replies
- 9
- Views
- 5,226
This problem sounds similar at the start to the following post:
http://extjs.com/forum/showthread.php?t=42231.
However, I'm having a slightly different problem.
I have an upload form which I...
Results 1 to 10 of 10
