1. #41
    Sencha User
    Join Date
    May 2010
    Posts
    17
    Vote Rating
    0
    deepak.sakpal is on a distinguished road

      0  

    Default New problem: How to enable down/up arrow keys

    New problem: How to enable down/up arrow keys


    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 down key is pressed again, next record is selected and so on.

  2. #42
    Sencha User
    Join Date
    Jul 2011
    Posts
    25
    Vote Rating
    0
    Mac_J is on a distinguished road

      0  

    Default


    Quote Originally Posted by deepak.sakpal View Post
    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 down key is pressed again, next record is selected and so on.
    Thanks for your last tips. This is my plan for UP/DOWN
    1、do query when UP and DOWN at onKeyUp()
    2、select first record at onLoad()
    3、If user press UP/DOWN again after data load, select next or prev record.

    Can you try to implement this yourself first.
    If you made it, I will put your name on as Author.
    Thank you.

  3. #43
    Sencha User
    Join Date
    Oct 2009
    Posts
    6
    Vote Rating
    0
    lxfliu is on a distinguished road

      0  

    Default


    不错的创意!感谢共享!

  4. #44
    Sencha User
    Join Date
    Aug 2009
    Posts
    2
    Vote Rating
    0
    zeno is on a distinguished road

      0  

    Default Hi, this component doesn't support 4.1.0

    Hi, this component doesn't support 4.1.0


    Can you help fix the bug?

    I updated my extjs to 4.1.0, but this component doesn't work if it has records in it.

    but empty records works.

    Thanks.

  5. #45
    Sencha User
    Join Date
    Jul 2011
    Posts
    25
    Vote Rating
    0
    Mac_J is on a distinguished road

      0  

    Default No idea yet

    No idea yet


    This is the exeption we got

    'Ext.DomQuery.compile(): Error parsing selector. Parsing failed at "."' when calling method: [nsIDOMEventListener::handleEvent]
    chrome://firebug/content/net/spy.js
    Line 812

    Is there any Sencha Developer can help us? just some tips.

  6. #46
    Sencha User
    Join Date
    Jul 2011
    Posts
    25
    Vote Rating
    0
    Mac_J is on a distinguished road

      0  

    Default Thanks 文●定天下

    Thanks 文●定天下


    GridComoBox Support Ext4.1 now!

  7. #47
    Sencha User
    Join Date
    Oct 2007
    Posts
    160
    Vote Rating
    0
    ByteLess is on a distinguished road

      0  

    Default


    Quote Originally Posted by Mac_J View Post
    GridComoBox Support Ext4.1 now!
    Thanks, any howto would be appreciated that how to implement this with Sencha Architect.

Tags for this Thread