-
4 Aug 2011 7:43 AM #31
I've searched again and again and i d'ont find where we can use Formatter with numberfield. Can someone explain what Animal said in the third post ?
-
4 Aug 2011 10:15 AM #32
-
9 Aug 2011 12:36 AM #33
Can we have a reply from the Ext team ? If it exist we can use it, else we have to do our own extension ... But please let us know clearly if we can use or not a formater in numberfield with extjs 4.
Thanks in advance
-
12 Sep 2011 9:28 AM #34
-
19 Sep 2011 6:07 AM #35
Reading through the whole forum here shows that Animal is very good in giving poor answers. Shame that there is no answer for month´s now!
-
19 Sep 2011 10:52 AM #36
These things are not built-in in extjs4 number field, an extension must be written, i haven't had the chance to play with extjs4 because i'm stuck with extjs3 but i will try to provide an extension these days... i hope to start tonight.
About Animal post i think he was just refering the functions in Ext.util.Format that provide an easy way to apply the format.Greivin Britton
My Extensions:
Ext.ux.NumericField: Number field with support for currencySymbol, thousand separator, international...
Ext.ux.PagerSizeSelector: A plugin that allows the change page size with just one click.
Ext.ux.FieldAccess: A plugin to let the user know which fields are editable.
-
20 Sep 2011 7:02 AM #37
Hi, i just finished the extension using ExtJS4 basically just a few things changed from the previous version.
I haven't tested with all combinations like the other one i posted before and maybe you could help me with that and if you find an issue, you can let me know to work in that today.
I have to say i tried to use Ext.util.Format but it doesn't allow to apply all the options the extension provide, so i still prefer to use my own function to format the value. One property that is missing from the extension is "currencyAtEnd" requested before but i will add it later (tomorrow after testing with all combinations).
Hope it helps!Last edited by brittongr; 20 Sep 2011 at 7:10 AM. Reason: Just removed my name from the post
Greivin Britton
My Extensions:
Ext.ux.NumericField: Number field with support for currencySymbol, thousand separator, international...
Ext.ux.PagerSizeSelector: A plugin that allows the change page size with just one click.
Ext.ux.FieldAccess: A plugin to let the user know which fields are editable.
-
20 Sep 2011 7:19 AM #38
Another reason why open source software is so great: when the software provider fails to help the community, a community member steps in and fills the void. Thank you brittongr for going out of your way and using your time to help folks out.
-
21 Sep 2011 5:23 AM #39
Ok, now is tested, i did some corrections and you can download it from this thread i just posted:
http://www.sencha.com/forum/showthread.php?147962-Number-Field-with-currency-symbol-thousand-separator-amp-international-support-ExtJS4
I'm glad to help linuxguy2011.Greivin Britton
My Extensions:
Ext.ux.NumericField: Number field with support for currencySymbol, thousand separator, international...
Ext.ux.PagerSizeSelector: A plugin that allows the change page size with just one click.
Ext.ux.FieldAccess: A plugin to let the user know which fields are editable.
-
11 Oct 2011 10:22 PM #40
NumberField Input Dot (.) Automatically Converted to Comma (,)
NumberField Input Dot (.) Automatically Converted to Comma (,)
Hi, I am using Ext.ux.NumberField which is provide the International Support of Currency Format.
http://www.sencha.com/forum/showthre...tional-support
I have Create this code:
My Question is I want to Input decimalSeparator as dot ( . ) and it is automatically converted to comma ( , )Code:new Ext.ux.NumericField({ currencySymbol: '€', decimalPrecision:2, allowDecimals:true, alwaysDisplayDecimals: true, useThousandSeparator : true, thousandSeparator:' ', decimalSeparator :',' })
is it possible ?
Please reply
Thanks in Advance.
Similar Threads
-
Currency / money field with selectable currency
By simplessus in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 22 Jan 2011, 3:24 AM -
Number Field with currency formatting
By JSCoder in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 2 Sep 2009, 9:39 AM -
Currency Symbol in Ext.ND views
By cujo13 in forum Ext.nd for Notes/DominoReplies: 2Last Post: 12 Mar 2009, 6:55 AM -
[FIXED] LabelField shows ":" separator symbol
By Grandiosa in forum Ext GWT: Bugs (1.x)Replies: 2Last Post: 8 Jun 2008, 8:26 PM


Reply With Quote

