1. #1

  2. #2
    Sencha User MD's Avatar
    Join Date
    Mar 2007
    Posts
    178
    Vote Rating
    0
    MD is on a distinguished road

      0  

    Default


    Truly awesome! Nice work, Danh200!

  3. #3
    Ext JS Premium Member
    Join Date
    May 2007
    Posts
    698
    Vote Rating
    3
    danh2000 is on a distinguished road

      0  

    Default


    @galdaka Thanks for taking the time to post here, and for your kind words

    @MD thanks for your feedback.

  4. #4
    Ext User
    Join Date
    Jul 2008
    Posts
    18
    Vote Rating
    0
    wojan is on a distinguished road

      0  

    Default Issue in IE8

    Issue in IE8


    Nice extension!

    FYI - I had an issue in IE 8 where when you closed one of the selected items, it was hidden but not actually removed from the dom.

  5. #5
    Ext JS Premium Member
    Join Date
    May 2007
    Posts
    698
    Vote Rating
    3
    danh2000 is on a distinguished road

      0  

    Default


    Quote Originally Posted by wojan View Post
    Nice extension!

    FYI - I had an issue in IE 8 where when you closed one of the selected items, it was hidden but not actually removed from the dom.
    Thanks for the report.

    It's an issue when used with Ext 3 (2.* works OK) - I'll look into the reason and apply a fix.

    Thanks again.

  6. #6

  7. #7
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,167
    Vote Rating
    28
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    this owns.

    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.

  8. #8
    Ext JS Premium Member
    Join Date
    May 2007
    Posts
    698
    Vote Rating
    3
    danh2000 is on a distinguished road

      0  

    Default


    @crysfel, @jgarcia@tdg-i.com,

    Thanks Guys.

  9. #9
    Ext JS Premium Member randomY's Avatar
    Join Date
    Apr 2007
    Location
    Katy, Texas
    Posts
    14
    Vote Rating
    0
    randomY is on a distinguished road

      0  

    Default


    Really nice stuff.

    (but the js code needs to be run through jslint)

  10. #10
    Ext JS Premium Member stever's Avatar
    Join Date
    Mar 2007
    Posts
    1,377
    Vote Rating
    1
    stever will become famous soon enough

      0  

    Default


    I think the code find and alter the containing form could be done differently. I was thinking of using the HtmlEditor as an example. It keeps a form field hidden and syncs the content back to the hidden field on keypress and other things that change the content. I think this might work here as well. The getRawValue currently doesn't work, and beforeblur calls it, causing all sorts of issues. Not sure why it doesn't in your examples though...

    Anyhow, nice extension! I can help with a sync system if you like...