Search Type: Posts; User: deepak.sakpal
Search: Search took 0.01 seconds.
-
29 Jul 2012 11:34 PM
- Replies
- 1
- Views
- 268
Got it working. Added
.x-grid-cell in css. Got this fromt he following link.
... -
29 Jul 2012 11:19 PM
- Replies
- 1
- Views
- 268
I tried this but it's not working:
viewConfig: {
getRowClass: function(record, index) {
if (record.get('stat') == "true")
return... -
30 May 2012 1:30 AM
- Replies
- 4
- Views
- 1,422
How to use this in Combo Box (paging enabled) ?
-
20 Apr 2012 5:47 AM
- Replies
- 2
- Views
- 376
Hi,
This sounds little bit odd but this a requirement. I don't want to allow the check box to be checked on click of it's label. That means it can only be checked/unchecked by clicking the check... -
3 Apr 2012 4:09 AM
- Replies
- 46
- Views
- 8,882
Hi,
How to enable arrow keys i.e. down & up in this plugin. Lets say user type something in the combo box and press down arrow key so that the first record from the list should be selected & when... -
3 Apr 2012 4:06 AM
- Replies
- 46
- Views
- 8,882
I'm using following code to cancel the loading of store:
cboPatientName.doQueryTask.cancel();
Ext.Ajax.abort(cboPatientName.store.proxy.activeRequest);
delete... -
27 Mar 2012 10:44 PM
- Replies
- 46
- Views
- 8,882
"me.doQueryTask.cancel();" is not cancelling the search request.
Another problem, I wrote "me.doQueryTask.cancel();" on blur event to cancel the operation but it's not cancelling the request. I... -
27 Mar 2012 5:13 AM
- Replies
- 46
- Views
- 8,882
Sadly it's not working :(
-
27 Mar 2012 4:02 AM
- Replies
- 46
- Views
- 8,882
Sometimes it works, sometimes it doesn't. When it doesn't work, it clear the data typed in combo box. How can I avoid it?
thanks -
26 Mar 2012 2:53 AM
- Replies
- 46
- Views
- 8,882
Hey Mac_J,
Lets assume that we have a combo box with queryMode = remote. If I type something in the combo box, it starts fetching the results matching the criteria. Let's assume that this takes a... -
4 Feb 2012 12:06 AM
- Replies
- 46
- Views
- 8,882
thanks Mac_J :)
-
1 Feb 2012 11:02 PM
- Replies
- 46
- Views
- 8,882
What I mean is, when I'm typing something into the ComboBox, at some point if want to clear all the text that I typed then I want to use CTRL+HOME or CTRL+END keys to select all text and I will hit...
-
27 Jan 2012 7:37 AM
- Replies
- 46
- Views
- 8,882
First, it's a nice plugin. Thanks for sharing it with us.
Now, I have a small issue. HOME, CTRL+HOME, END, CTRL + END keys are not working when ComboBox is in expanded state. How can I make it... -
5 Oct 2011 5:17 AM
- Replies
- 8
- Views
- 2,975
Using fit layout will hide the title bar? I'm also looking for a solution for hiding the chart panel's default title bar/tool bar.
-
5 Oct 2011 5:00 AM
- Replies
- 8
- Views
- 2,975
Hey, did you got any solution for this?
-
5 Oct 2011 4:42 AM
- Replies
- 0
- Views
- 372
Hi,
What is the way to hide the title bar of Ext.chart.Panel (touch charts)? It occupies lots of space, I want to display the chart title in a div element having smaller font size. -
30 Sep 2011 3:08 AM
- Replies
- 0
- Views
- 293
Hi,
I followed the Portal example to create the same thing in my application. I got success to implement it but now I'm facing a very weird problem. In my page any Ext.MessageBox.confirm or alert...
Results 1 to 17 of 17
