Search Type: Posts; User: apalchaudhry
Search: Search took 0.02 seconds.
-
24 Aug 2012 5:52 AM
- Replies
- 3
- Views
- 1,557
I suppose this will help ExtJS 4.1
Ext.override(Ext.form.field.Date, {
valueToRaw: function (value) {
var val = this.formatDate(this.parseDate(value));
if (!val) {
... -
24 Aug 2012 5:38 AM
Jump to post Thread: Date fields in Json response by apalchaudhry
- Replies
- 24
- Views
- 9,627
Ext.override(Ext.form.field.Date, {
valueToRaw: function (value) {
var val = this.formatDate(this.parseDate(value));
if (!val) {
var re = new... -
22 Aug 2012 10:24 PM
- Replies
- 7
- Views
- 7,789
fieldCls : 'a-form-num-field' // in configuratoion
/* add this in own common css */
.a-form-num-field
{
text-align: right;
color: black;
font: 12px...
Results 1 to 3 of 3
