[CLOSED] Prevent user from selecting the highlighted item Bound list by TAB

  1. #1

    [CLOSED] Prevent user from selecting the highlighted item Bound list by TAB

    Hi,

    i have a question related to a previous thread http://forums.ext.net/showthread.php...list-listeners.
    in fact , i just wanted to to prevent user from selecting the highlighted item by clicking enter and TAB, so first i tried to remove tab event with changing key: Ext.EventObject.ENTER to key: Ext.EventObject.TAB but it did not work.

    Could you help me to prevent user from selecting the highlighted item by clicking tab as well.
    Last edited by Daniil; Sep 29, 2014 at 9:25 AM. Reason: [CLOSED]
  2. #2
    Hi @UnifyEducation,

    There is the SelectOnTab property on the ComboBox.
    http://docs.sencha.com/extjs/4.2.1/#...fg-selectOnTab

    Does it work for you?
  3. #3
    Hi Daniil,

    yes it works, thanks.

Similar Threads

  1. Getting highlighted item in ComboBox
    By EnZo in forum 2.x Help
    Replies: 2
    Last Post: Sep 12, 2014, 10:35 AM
  2. [CLOSED] Bound list listeners
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 27, 2014, 7:41 AM
  3. Replies: 0
    Last Post: Jun 01, 2013, 10:41 AM
  4. [CLOSED] Grid store bound to list
    By alexp in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 12, 2012, 12:45 PM
  5. [CLOSED] [1.0] Selecting Combobox expanded list item through Tab key
    By r_honey in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 02, 2010, 4:54 PM

Posting Permissions