Search Type: Posts; User: jenner
Search: Search took 0.03 seconds.
-
9 Feb 2011 1:01 PM
Jump to post Thread: Ext.ux.LiveGrid by jenner
- Replies
- 823
- Views
- 290,263
Awesome news, thank you so much for your work, I really appreciate it.
-
15 Aug 2010 5:35 AM
Jump to post Thread: Ext.Direct - Server-side Stacks by jenner
- Replies
- 89
- Views
- 170,944
Hey there,
just released another Python integration (for repoze.bfg)
Project URL: http://github.com/jenner/repoze.bfg.extdirect
PYPI: http://pypi.python.org/pypi/repoze.bfg.extdirect/0.1 (or... -
26 Oct 2009 3:13 PM
Jump to post Thread: Ext.Direct and GridFilters plugin by jenner
- Replies
- 5
- Views
- 2,489
Nope, no stack overflow here. Actually using gridfilters and a DirectStore with paramsAsHash: true is really simple, just override the GridFilters.buildQuery() method:
var filters = new... -
21 Oct 2009 12:39 AM
- Replies
- 467
- Views
- 180,967
Hi there,
I'm adding/removing Ext.ux.TinyMCE fields dynamically, turning a div (with a hidden textarea) into a tinymce field on demand. Now the latest version introduced a weird behavior - after I... -
8 Feb 2009 6:57 AM
- Replies
- 428
- Views
- 216,057
Hi,
I believe I found a small bug in the breadcrumbs code - Maxim assumes, that the tree data is returned with numeric IDs, so it's apparently safe to create a breadcrumb element, assign... -
7 Feb 2009 12:32 PM
- Replies
- 3
- Views
- 1,757
Me neither, it wasn't a filename but part of the URL, I thought it might be a nifty idea to use paths like myhost.tld/@foo/xyz for special resources. Interestingly enough, my main controller for the...
-
6 Feb 2009 4:17 PM
- Replies
- 3
- Views
- 1,757
*sigh* solved.
turned out to be a problem with a '@' in the path - remember kids, don't map static files (e.g. Alias /@resources /path/to/resources) with an '@', it will break dom manipulation of... -
6 Feb 2009 9:44 AM
- Replies
- 3
- Views
- 1,757
Hi there,
I've setup a small app using Saki's most excellent Ext.ux.UploadPanel and Ext.ux.FileUploader. Everything works just fine - except when I use a slightly different setup (i.e. use the app... -
24 Apr 2008 1:30 AM
Jump to post Thread: [new version] DateTime Field by jenner
- Replies
- 834
- Views
- 312,606
Hi there,
there's a small problem with Datetime when you need to listen on valid/invalid events - the field value is not updated, since the updates are triggered in onBlur. A quick fix is to add... -
6 Feb 2008 8:01 PM
- Replies
- 467
- Views
- 180,967
It sure is fragile, that's why I declared it as a hack :)
P.S.: working on examples/chooser.js based image plugin
cheers,
jenner -
6 Feb 2008 4:19 AM
- Replies
- 467
- Views
- 180,967
here's a weird hack that replaces original tinMCE buttons with Ext.Button objects, it's really dirty since the buttons are added after the Window has been rendered (not to mention the use of eval)...
-
5 Feb 2008 6:16 AM
- Replies
- 467
- Views
- 180,967
Thanks a lot!
To be honest, I've already figured it out by myself, took me quite a while though :)
Btw, if I try to instantiate a "standalone" TinyMCE field using applyTo (so it's bound to an... -
4 Feb 2008 3:37 PM
- Replies
- 467
- Views
- 180,967
xor, could you perhaps create a simple example and put it in a zip? I just can't get your code to work with latest extjs and tinyMCE 3.0 :(
thanks in advance,
jenner
Results 1 to 13 of 13
