manlsea
23 Jul 2012, 11:33 PM
The 'specialkey' is one of event in Ext.form.field.Base; Its trigger type is keydown, Fires when key is press down. So can only capture a key.
According to the debug information:
altKey: undefined
charCode: 0
ctrlKey: false
keyCode: 17
relatedTarget: undefined
shiftKey: false
type: "keydown"
but,I want to capture the key combination.
How to set the type of specialkey event for the keypress?
According to the debug information:
altKey: undefined
charCode: 0
ctrlKey: false
keyCode: 17
relatedTarget: undefined
shiftKey: false
type: "keydown"
but,I want to capture the key combination.
How to set the type of specialkey event for the keypress?