Search Type: Posts; User: shin0135
Search: Search took 0.02 seconds.
-
16 May 2013 4:29 AM
- Replies
- 1
- Views
- 109
Does anyone have a solution for this? Specifically, I'd like to know a way of finding out when the combo box is expanded with data generated in xtemplate.
Well, my main goal is to select/focus the... -
14 May 2013 4:04 AM
- Replies
- 1
- Views
- 109
Hi,
For some reason, the combobox generated with xtemplate tpl doesn't highlight the first item automatically. I think that's the default behavior. Isn't it? Is there a way to programmatically... -
26 Mar 2013 7:26 AM
- Replies
- 1
- Views
- 146
Hi,
Can someone tell me if there is a way to detect which cell in EditorGridPanel is currently focused? Also, similarly is there a way to detect which cell just lost focus in EditorGridPanel?
... -
3 Feb 2013 9:21 AM
- Replies
- 2
- Views
- 690
Great Idea! I've not tried this yet, but definitely a viable option I think. I'll let you know how this is working. Thanks for the great idea!
-
30 Jan 2013 6:10 AM
- Replies
- 2
- Views
- 690
Hi,
I have a DataView component which has a XTemplate like
var tpl = new Ext.XTemplate(
'<tpl for=".">',
'<div>',
'<table... -
19 Jun 2012 12:01 PM
- Replies
- 4
- Views
- 604
Scott,
Sure, I'll try to create a test case later. Thanks, -
19 Jun 2012 11:20 AM
- Replies
- 4
- Views
- 604
Thanks for the prompt reply, Scott.
I can't really upgrade my dev environment to 3.4.
The behavior I see is that somehow my form id is the same as an id of one particular component. I don't... -
19 Jun 2012 9:52 AM
- Replies
- 4
- Views
- 604
Hi,
I've just noticed that a form generated via FormPanel happened to have an id which was already used in other field. In other words, the auto-generated formID isn't unique. Looking at the API... -
9 May 2012 6:51 AM
- Replies
- 1
- Views
- 361
In case you want to see how the NumberField component looks like
this.cost= new Ext.form.NumberField({
fieldLabel: 'Cost'
,tabIndex:1
... -
9 May 2012 6:16 AM
- Replies
- 1
- Views
- 361
Hi,
I'm not exactly what's happening here, but here is what I see in Google Chrome.
I have a Ext.form.NumberField which has a config baseChars
... -
4 Apr 2012 12:20 PM
- Replies
- 3
- Views
- 794
Hi Mitchell,
Thanks for your reply. Well, I am aware of what maskRe can do. However, that doesn't make any difference if I type in Hiragana mode of the Microsoft IME. In Hiragana, a full-width... -
4 Apr 2012 7:58 AM
- Replies
- 3
- Views
- 794
Hi,
As a newbie in ExtJS (version 3.2) and Japanese IME, I'm puzzled that I see odd behaviors using Ext.form.NumberField.
Basically, out of the box Ext.form.NumberField doesn't think numbers in...
Results 1 to 12 of 12
