Search Type: Posts; User: netnoise
Search: Search took 0.01 seconds.
-
27 Nov 2008 9:25 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
I will try it. ;)
-
27 Nov 2008 9:04 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
That's pretty kind of you, mystix - thank you much for your help!
-
27 Nov 2008 8:13 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
When format string is 'Y' there's information missing, too. But the year of the date object is set anyway.
I needed a DateField in an editable grid that accepts inputs in format 'W/Y'. -
27 Nov 2008 3:23 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
Date from first day of year + ((Week number - 1) * 7) Days
Of course you need both, week number and the year to do that :) -
26 Nov 2008 10:18 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
Just checked it with format and altFormats both set to 'W/Y' and the problem persists.
After looking at the source of Date.js I found that 'W' isn't set to "contribute to the date calculations".... -
24 Nov 2008 11:13 AM
Jump to post Thread: [2.2] Datefield bug by netnoise
- Replies
- 13
- Views
- 3,236
Any news on this one?
-
24 Nov 2008 4:37 AM
- Replies
- 479
- Views
- 147,544
Hi,
is it possible to use Ext.ux.form.DateFieldPlus as a grid editor? Hadn't much success trying it (picker appeared but selection didn't work). -
21 Nov 2008 3:17 AM
- Replies
- 11
- Views
- 2,163
Works. Proof attached ;)
Edit: Wait, I'm using Ext 2.2. Try updating. ;-) -
21 Nov 2008 3:04 AM
- Replies
- 11
- Views
- 2,163
Check where you've put layout:'fit'.
-
21 Nov 2008 2:30 AM
- Replies
- 11
- Views
- 2,163
Oops, had the same mistake in my code. Thank you much for your help, Animal!
-
20 Nov 2008 8:55 AM
- Replies
- 11
- Views
- 2,163
Yepp, I'm currently facing exactly the problem you described ;)
-
18 Nov 2008 2:09 PM
- Replies
- 0
- Views
- 910
Hi.
No tooltips appear when using Column Model's setColumnTooltip in the following code. But a call to setColumnHeader before or after setColumnTooltip() makes the tooltips to work as expected.... -
30 Dec 2007 8:29 AM
- Replies
- 2
- Views
- 1,150
Thanks, hendricd! Your point seems clear to me, so I'll better close that one ;)
Sad to say the solution you provided didn't work for me, the FormPanel doesn't get rendered this way. But I think... -
30 Dec 2007 7:18 AM
- Replies
- 2
- Views
- 1,150
Ext 2.0, GNU/Linux, FF 2.0.0.11
When rendering a FormPanel into an inactive CardLayout item, any combos (and their items) on that panel display at a wrong size (see screenshot). This happens... -
26 Nov 2007 12:51 AM
- Replies
- 1
- Views
- 816
Hi!
I'm just playing around with the Organizer sample application and wonder how to use that dragdrop from DataView to TreePanel without actually adding leafes to the tree.
It tried to return... -
12 Sep 2007 12:19 PM
- Replies
- 4
- Views
- 1,004
Can confirm, rendering the BorderLayout into document.body works for me. Thanks for sharing, mrapczynski!
I'll try to apply different css styles on my container-div to see, if it could be fixed by... -
12 Sep 2007 11:48 AM
- Replies
- 4
- Views
- 1,004
Setting shadow:false didn't solve the problem for me.
-
12 Sep 2007 3:15 AM
- Replies
- 4
- Views
- 1,004
Please see the attached screenshots: The ComboBox (yellow border) expands just fine on the first trigger-click right after the Dialog is created. If I collpase the drop-down list and click the...
-
21 Jun 2007 10:26 AM
Jump to post Thread: Ext Translations by netnoise
- Replies
- 384
- Views
- 125,339
Please add the following changes to the German langfile:
Ext.apply(Ext.form.DateField.prototype, {
format : "d.m.Y"
});
(Current version breaks date validation.)
Results 1 to 19 of 19
