Search Type: Posts; User: asulhyan
Search: Search took 0.01 seconds.
-
11 Oct 2012 9:51 AM
Jump to post Thread: Ext4 Combo Box selectedRecord by asulhyan
- Replies
- 3
- Views
- 402
I found what I was doing was incorrect. I need to use the store for my lookup. So, keeping track of counters on Key up/down, using min and max records; I was able to move the pointer like a doubly...
-
11 Oct 2012 6:03 AM
Jump to post Thread: Ext4 Combo Box selectedRecord by asulhyan
- Replies
- 3
- Views
- 402
thanks but I think you meant
this.getPicker().getSelectionModel().getSelection()[0]
But this object does get filled on "select" event; that was part of the problem. Is there a way I can... -
10 Oct 2012 1:46 PM
Jump to post Thread: Ext4 Combo Box selectedRecord by asulhyan
- Replies
- 3
- Views
- 402
What is alternative way in Ext 4 to get the selected item on Keyup / Keydown. I intend to override it so that on Keyup/Keydown the value of the selection get put in the box.
In Ext 2.*
var... -
30 Mar 2011 1:04 PM
- Replies
- 0
- Views
- 481
Is there a straight way to have a fixed width for individual items ? I see tabWidth can be used for all the items.
-
28 Oct 2010 1:19 PM
Jump to post Thread: Hiding the Menu Icon by asulhyan
- Replies
- 7
- Views
- 7,121
Here is the solution for Ext 3.3
Css
a.x-menu-item-cstm {
padding: 3px 21px 3px 15px;
}
.x-menu-cstm { -
28 Oct 2010 8:46 AM
Jump to post Thread: defaultAlign for QuickTips by asulhyan
- Replies
- 22
- Views
- 5,799
This appears to be an existing issue with 3.3. The suggested override by ktp though appears to be working, thanks for the work.
Results 1 to 6 of 6
