Search Type: Posts; User: lipepe
Search: Search took 0.02 seconds.
-
10 Jul 2012 5:33 AM
- Replies
- 4
- Views
- 570
Ext.getCmp('cmdservice').setLabelField('')
Or something like that.
Just try:
console.log(Ext.getCmp('cmdservice') and see the property name to change the label field. -
10 Jul 2012 4:50 AM
- Replies
- 4
- Views
- 570
Have you already tried getting its id after change event fired ?
Ext.getCmp('
cmbservice').setFieldlable('another one'); -
9 Jul 2012 4:14 AM
Jump to post Thread: Datepickerfield by lipepe
- Replies
- 2
- Views
- 533
Thanks my friend. I'll try this code !
-
8 Jul 2012 2:45 PM
Jump to post Thread: Datepickerfield by lipepe
- Replies
- 2
- Views
- 533
Hello my friends !
I am facing a problem with blur event in datepickerfield.
I need to calculate the date and see if the person have 18- years when my date lost focus. But blur event never is...
Results 1 to 4 of 4
