Search Type: Posts; User: berend
Search: Search took 0.02 seconds.
-
6 May 2010 3:07 PM
- Replies
- 5
- Views
- 1,936
Same problem here...
Composite fields have quite a few issues it appears, as this is the Xth problem I have with them. -
6 Jan 2010 2:24 AM
- Replies
- 12
- Views
- 5,298
Exactly same issue here. Whatever I've tried so far, hasn't worked.
-
7 Dec 2009 11:28 PM
- Replies
- 19
- Views
- 30,551
And the resolution is that I didn't have a
type: "date"
property in my Ext.data.Record definition. -
7 Dec 2009 11:10 PM
- Replies
- 19
- Views
- 30,551
Exactly the same thing here. Get NaN/NaN/NaN. Input is Y-m-d (in the XML passed in), record definition has dateFormat: "Y-m-d"; renderer should display it in d-m-Y just as above.
But doesn't work. -
6 Jul 2009 12:55 AM
- Replies
- 37
- Views
- 27,324
Just tried this. But it is not a good solution, as it looks like text, but it isn't. When you try to select text with the mouse for example, it doesn't work (FF 3.1 on Linux). It's much better to...
-
21 Jan 2009 6:32 AM
- Replies
- 7
- Views
- 2,565
Tried this fix with ExtJS 2.2 as I seem to have exactly the same issue, but it didn't work for me. I tried it with IE 6 however, so perhaps IE7 works.
-
4 Aug 2008 6:14 PM
- Replies
- 40
- Views
- 30,269
Unfortunately the patch doesn't work in my case. I've a GridPanel embedded in a tab panel. Only setting an explicit height gets my both the horizontal and vertical scrollbar. autoHeight gets a grid...
-
26 May 2008 9:43 PM
Jump to post Thread: [new version] DateTime Field by berend
- Replies
- 834
- Views
- 312,286
Does anyone have a link to the latest version of this datetime control? I wrote something myself, but better to use something that might become official.
-
17 May 2008 12:12 AM
Jump to post Thread: ExtJS performance on large forms by berend
- Replies
- 5
- Views
- 8,185
That's why I put up the second version to avoid people thinking it's the load time. Unfortunately that is not the issue here.
Just try the second version and you'll see nothing is loaded this time... -
16 May 2008 11:37 PM
Jump to post Thread: ExtJS performance on large forms by berend
- Replies
- 5
- Views
- 8,185
Hi Guys,
I've put up a better example, with two buttons, so it's clear it's not the load time, nor the JS parse time that's the issue, but only the render time:
... -
16 May 2008 11:04 PM
Jump to post Thread: ExtJS performance on large forms by berend
- Replies
- 5
- Views
- 8,185
Hi Guys,
Yesterday I encountered a show stopper in an applilcation with close to 400 fields. I've put up a sample application here:
http://www.berenddeboer.net/tmp/large_form_performance.html
... -
31 Mar 2008 11:19 AM
- Replies
- 50
- Views
- 14,351
Great stuff Brian. Thanks for a responsive ExtJS team. I definitively made a good choice when selecting ExtJS for my applications.
-
27 Mar 2008 1:52 PM
- Replies
- 50
- Views
- 14,351
Sorry, visit these forums only irregularly.
Brian, I'm using the override of Ext.form.Action.Submit.run and that does exactly what I need.
Cheers,
Berend. -
23 Mar 2008 9:03 PM
- Replies
- 5
- Views
- 3,504
Hi Guys,
Trying to make an app work with IE6. Huge pain, surprisingly ExtJS doesn't give a developer more support in writing browser independent code.
Anyway, stumbled upon this issue. You will... -
19 Mar 2008 11:53 PM
- Replies
- 4
- Views
- 2,383
Found the solution. If I put:
hideMode: 'offsets'
in the tabpanel, it works.
(my tabpanel had two tabs with xtype form and both forms had an HTML editor).
Now all form data is loaded in... -
19 Mar 2008 11:43 PM
- Replies
- 4
- Views
- 2,383
Please, can we get some response on this? Lots of posts on this issue. But no solutions.
-
19 Mar 2008 11:42 PM
Jump to post Thread: Htmleditor error in Firefox by berend
- Replies
- 8
- Views
- 2,790
Same problem here. Also need deferredRender and have the HTMLEditor in a tab. Uncaught exception in anything using gecko.
-
26 Feb 2008 10:13 PM
- Replies
- 0
- Views
- 977
Hi Guys,
I have a form with a combox, where the combobox potentially can have a lot of data. And often the user might not want to open the combobox. It appears that if you load the form with XML... -
30 Dec 2007 2:36 PM
Jump to post Thread: Documentation Bugs - Ext 2.x by berend
- Replies
- 677
- Views
- 252,604
In http://extjs.com/deploy/dev/examples/tree/column-tree.html there is no link to the not minified http://extjs.com/deploy/dev/examples/tree/column-tree.js.
-
28 Dec 2007 2:28 PM
Jump to post Thread: Documentation Bugs - Ext 2.x by berend
- Replies
- 677
- Views
- 252,604
The docs for Action.failureType are weird. Contents is:
The type of failure detected. See {@link #Ext.form.Action-Action.CLIENT_INVALID CLIENT_INVALID}, {@link... -
28 Dec 2007 2:27 PM
- Replies
- 3
- Views
- 1,313
Really? So a request like "/customers?=", yes that what it looks like, is a sane request?
-
27 Dec 2007 11:13 PM
- Replies
- 3
- Views
- 1,313
Let me add the workaround for people who really don't want parameters. Just add this parameter when creating your Ext.data.Store:
listeners: {beforeload: function (store, records, index) {... -
27 Dec 2007 11:11 PM
- Replies
- 3
- Views
- 1,313
Hi All,
I think it should be possible to have a Combobox that loads its data without sending the "query" parameter. This is not possible now. I suggest that when queryParam has been set to an... -
21 Dec 2007 4:22 PM
Jump to post Thread: DateTimeField by berend
- Replies
- 6
- Views
- 15,412
Posted in wrong forum it seems, this should have been in the 2.0 forum.
-
17 Dec 2007 11:09 AM
Jump to post Thread: DateTimeField by berend
- Replies
- 6
- Views
- 15,412
Screenshot.
Results 1 to 25 of 42
