Search Type: Posts; User: msuresh
Search: Search took 0.03 seconds.
-
3 Sep 2012 4:17 AM
- Replies
- 1
- Views
- 273
Hi,
I am creating a page where I need to define multiple stores.
I am not interested to create single file for each store. I would like to combine all the store definitions into one single file... -
13 Aug 2012 4:11 AM
Jump to post Thread: Inheriting Singleton class by msuresh
- Replies
- 2
- Views
- 550
Hi,
I am defining a set of common properties as a singleton object. Trying to extend this in another singleton Class. However the values of "common" object is not loaded. As per doc for "uses", it... -
12 Apr 2012 3:50 AM
- Replies
- 3
- Views
- 2,355
Once you find the answer you need to post it over here so that it will be useful to others...
Now we are looking for the answer... -
10 Apr 2012 12:49 AM
- Replies
- 15
- Views
- 2,183
We faced a similar issue in 1.1.1, we gave layout:fit in list and panel.
It worked and it didn't hide the last row of the list. -
2 Apr 2012 6:48 AM
- Replies
- 2
- Views
- 514
The [x] is missing in the search field in iOS. But appears in Android... What is the exact problem?
-
30 Mar 2012 3:10 AM
- Replies
- 4
- Views
- 849
Set sortable:false in TabPanel. All the icons will appear properly in Android.
-
30 Mar 2012 12:21 AM
Jump to post Thread: Icons not displaying on Android by msuresh
- Replies
- 5
- Views
- 1,076
I removed
sortable:true from tab bar, then the icons appeared fine in Android.
When sortable is true, the icons are draggable and this causes problem in Android. -
14 Jun 2011 9:27 PM
- Replies
- 4
- Views
- 1,878
You can capture the ontap event and replace, just search for it in API or some examples...
-
14 Jun 2011 9:25 PM
- Replies
- 3
- Views
- 1,358
You need to pass the values as parameters. "touch.html?param1=ans¶m2=answer", is it what you are looking for?
-
12 Jun 2011 9:32 PM
- Replies
- 2
- Views
- 4,655
I need to pass the JSON data as an array. I modified the data like this and it solved my problem.
... -
8 Jun 2011 7:55 PM
- Replies
- 2
- Views
- 4,655
Hi,
I am getting the above error in Chrome and could not understand what is creating this problem. Can any one point me where I am doing a mistake.
Ext.regStore("searchstr", {
model:... -
28 Feb 2011 2:33 AM
- Replies
- 5
- Views
- 913
Just now I tried inside the listener, it is working fine...
I am using the latest version only...
keypress : function(){
alert("Yes working...")
} -
28 Feb 2011 2:25 AM
- Replies
- 0
- Views
- 480
Hi,
We have a situation where we don't need to convert the timezone to the user timezone. The date's change when it gets converted, having lot of trouble with this... We can send it as string from... -
28 Feb 2011 2:20 AM
- Replies
- 5
- Views
- 913
I am using something like this and it is working fine:
listeners: {
specialkey: function(field, event){
if (event.getKey() == event.ENTER) {
...
... -
24 Feb 2011 9:33 PM
- Replies
- 9
- Views
- 1,291
If it is a real issue then the development team need to look into this.
-
23 Feb 2011 4:54 AM
Jump to post Thread: How to add load mask to Combo? by msuresh
- Replies
- 11
- Views
- 3,534
Hope the below code will solve your problem :)
The loading message will appear initially, later it will be overwritten with the data you are loading.
I am checking whether loadMsg is empty in... -
21 Feb 2011 6:54 AM
Jump to post Thread: How to add load mask to Combo? by msuresh
- Replies
- 11
- Views
- 3,534
Try CSS
-
18 Feb 2011 11:07 AM
- Replies
- 12
- Views
- 2,591
Atlast the below solution works better. However we need to get the loading icon till the AJAX call finishes. I need to find a way to get the icon in the combobox.
this.colModel = new... -
18 Feb 2011 9:24 AM
- Replies
- 12
- Views
- 2,591
Got it. I changed mode: 'local' to mode: 'remote', and it works fine, and it shows loading message too...
However it reloads the data again when I click on the same cell. Can we avoid this... -
18 Feb 2011 9:11 AM
- Replies
- 12
- Views
- 2,591
I added combo.store.load(); and delete combo.lastQuery;
It didn't load all the combo store on each row dynamically. It started loading when I clicked on the cell.
When I clicked on the SECOND... -
18 Feb 2011 9:01 AM
- Replies
- 3
- Views
- 713
Thanks Condor. Yes, I had opened the previous post yesterday for autoloading stores dynamically, as I didn't get any correct answer I ignored the previous logic and tried in a slightly different way....
-
18 Feb 2011 6:59 AM
- Replies
- 3
- Views
- 713
Hi,
I am a using combobox inside the editor grid panel. I am loading remote store for this combo.
Whenever I click combo cell on the FIRST ROW it fetches data by making remote call. When I... -
17 Feb 2011 11:43 PM
- Replies
- 12
- Views
- 2,591
I tried to generate urlparams in renderer and tried to retrieve in editor, however I am unable to receive those urlparams. Any more ideas????
-
17 Feb 2011 7:10 AM
- Replies
- 12
- Views
- 2,591
No, not even "afterrender", even if I use those, I cant get the editor object as parameter which I need to pass values as params for the combo store url.
-
17 Feb 2011 7:01 AM
- Replies
- 12
- Views
- 2,591
"viewready" event is not for the editor.
http://dev.sencha.com/deploy/dev/docs/source/Editor.html#event-Ext.Editor-beforestartedit
Ext.Editor allows:
1. beforestartedit
2. startedit (editor...
Results 1 to 25 of 119
