1. #1
    Sencha Premium Member
    Join Date
    Nov 2011
    Posts
    162
    Vote Rating
    2
    Answers
    7
    UbuntuPenguin is on a distinguished road

      0  

    Default Unanswered: Listen for itemclick in "buried" list component

    Unanswered: Listen for itemclick in "buried" list component


    Hello Everyone,
    I am using the autocomplete class found here https://github.com/martintajur/sench...mpleteField.js .

    In the above link, the class extends Ext.field.Text. Through the usage of the class, a list is created and added to the stage(?) . My question is, how do I listen to clicks on this list. I have tried using a selector such as 'autocompletefield list' but nothing I have tried from my bag of tricks works.

    Any help would be greatly appreciated.

    P.S. Also, why does the author reference config.config ? I thought I was getting a handle on JS until I started inspecting this class in the Chrome console.

  2. #2
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,170
    Vote Rating
    32
    Answers
    83
    jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice jay@moduscreate.com is just really nice

      0  

    Default


    Have you tried getting in touch w/ the author?

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  3. #3
    Sencha Premium Member
    Join Date
    Nov 2011
    Posts
    162
    Vote Rating
    2
    Answers
    7
    UbuntuPenguin is on a distinguished road

      0  

    Default


    No, I haven't emailed him yet but I will after I get off of work. I think I am just going to go ahead and use a Picker, but I'm sure you know how it is where just because you solve around a problem, you still aren't satisfied.