Search Type: Posts; User: romarybachok
Search: Search took 0.02 seconds.
-
11 Aug 2011 2:11 PM
Jump to post Thread: Ext.Direct .NET Router by romarybachok
- Replies
- 238
- Views
- 90,489
Hi everybody, I am newcomer in Ext Direct. How can I receive data like in chat - after clicking on button the typed text will be sent for all pages of my asp net application in every opened tab. ...
-
20 Apr 2011 2:27 AM
Jump to post Thread: how to change an element ID by romarybachok
- Replies
- 3
- Views
- 1,189
but how can I change component's id??
Ext.getCmp('1').setValue('5');
Ext.getCmp('1').id = '3';
Ext.getCmp('3').setValue('8');//this doesn't work -
19 Apr 2011 3:21 PM
- Replies
- 3
- Views
- 1,297
I have to change id of element dynamically. But after changing and trying to set value there is an error - object is null:
months_store = new Ext.data.ArrayStore({
fields: ['id',...
Results 1 to 3 of 3
