Search Type: Posts; User: cscagliola
Search: Search took 0.02 seconds.
-
12 Dec 2009 10:18 PM
- Replies
- 1
- Views
- 601
This is a problem I have been struggling with ever since I started using ExtJS.
The object treeRootnode created inside my component is unaware of the containerelement I try to refer to as this.... -
5 Nov 2009 6:25 PM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
It turns out that the problem is not related to localization at all, it's the load format '8/2/2009 4:35:31 PM'. In order to make the inputvalue of the datefield independent of whether time data is...
-
5 Nov 2009 5:31 PM
Jump to post Thread: [new version] DateTime Field by cscagliola
- Replies
- 834
- Views
- 313,242
Indeed, the following solved my problem (related issue posted here) by overriding the setValue function of Ext.Form.DateField:
Ext.override(Ext.ux.form.XDateField , {
setValue :... -
5 Nov 2009 4:41 PM
Jump to post Thread: [new version] DateTime Field by cscagliola
- Replies
- 834
- Views
- 313,242
I ran into a problem trying to use the plugin. If the JSON date is formatted '3/22/2009 10:35:31 AM', Date.parseDate(val, this.hiddenFormat) in the setValue function returned undefined even though it...
-
4 Nov 2009 4:21 AM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
That is exactly what Im trying to achieve, but I dunno where to intergrate the parse function after loading the JSON and before insertion into the field. My date format is '8/2/2009 4:35:31 PM'.
-
1 Nov 2009 6:09 AM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
Thanks Jaitsu, I am aware of that possibility, but I'd rather convert it before rendering as I dont want to change my sql query. There must be a way to solve this in ExtJS, I am sure.
-
31 Oct 2009 5:12 PM
Jump to post Thread: Paging in a Groupview grid by cscagliola
- Replies
- 1
- Views
- 532
Nobody? If my problem is not clear, please let me know. Thanks
-
31 Oct 2009 5:10 PM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
Any idea on how to parse the JSON data before rendering it in a datefield? Im stuck.
-
26 Oct 2009 7:14 AM
Jump to post Thread: Paging in a Groupview grid by cscagliola
- Replies
- 1
- Views
- 532
There are already posts about this issue, but none of them matches mine. I have tried several options but to no avail. Any ideas on why the paging doesnt react to the totalProperty?
This is my js... -
26 Oct 2009 6:27 AM
- Replies
- 2
- Views
- 744
Hi Condor,
> For display only you can use a DisplayField and override setValue
This should solve my problem. I'll post my code as soon as I figured it out. Thanx for you support -
26 Oct 2009 6:23 AM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
Hi Condor,
I just found out that I provide a datetime value '8/2/2009 4:35:31 PM' instead of '8/2/2009' which causes the error. Its kind of the other side of the problem you solved with... -
21 Oct 2009 5:55 PM
- Replies
- 8
- Views
- 3,284
Tried to achieve the same but the code right above didnt work out for me as I dont use 2.0.
The way to go for Ext JS 3.0 is:
fieldLabel: '', xtype: 'displayfield',value: ' ' -
19 Oct 2009 5:20 AM
- Replies
- 2
- Views
- 744
Hi all,
Displaying an image instead of un-/checked checkbox in a grid can be achieved by calling
function renderShowBoolean(value, p, record){
return String.format('<img... -
19 Oct 2009 5:11 AM
Jump to post Thread: Datepicker localization by cscagliola
- Replies
- 9
- Views
- 1,671
Hi all!
I use a datepicker in a formpanel and found that the value delivered to the picker via store does not insert the value at startup if the localisation script found in the assets (eg. script...
Results 1 to 14 of 14
