1. #1
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,154
    Vote Rating
    82
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default [Stable 1.0] LovCombo - Simple List of Values Combo

    [Stable 1.0] LovCombo - Simple List of Values Combo


    Hi all,

    I needed this control for my project. I know that madrabaz has written nice LOV field but that was an overkill as the primary usage should be simple selection of membership of users in several groups.

    Give it a try at http://lovcombo.extjs.eu and let me know what you think.

    Thanks,

  2. #2
    Ext User
    Join Date
    Oct 2007
    Posts
    10
    Vote Rating
    0
    SxOrpheus is on a distinguished road

      0  

    Default


    any change it can transform a normal multiple select list and set the values from the select list (combo)

  3. #3
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,154
    Vote Rating
    82
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Try transform option of combo, however, I recommend against it. If your server can generate markup it can generate static data for simple store as well.

  4. #4
    Sencha User galdaka's Avatar
    Join Date
    Mar 2007
    Location
    Spain
    Posts
    1,166
    Vote Rating
    -1
    galdaka is an unknown quantity at this point

      0  

    Default


    Very useful field!!

    Lotus Notes developers appreciate it!!

    Excellent work Saki!!

  5. #5

  6. #6
    Sencha User
    Join Date
    Mar 2007
    Posts
    452
    Vote Rating
    1
    JorisA is on a distinguished road

      0  

    Default


    Looks great but I can't open the example page
    nslookup results in [...] can't find lovcombo.extjs.eu: Non-existent domain

  7. #7
    Ext User fabrizim's Avatar
    Join Date
    Mar 2007
    Location
    Lowell, MA
    Posts
    47
    Vote Rating
    0
    fabrizim is on a distinguished road

      0  

    Default


    Great extension!

    Thanks for sharing, I was just about to start writing something similar. I'm going to use this in a project I'm currently working on. I'll post back if I come across anything.

    Best Regards-
    Mark

  8. #8
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,154
    Vote Rating
    82
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Quote Originally Posted by JorisA View Post
    Looks great but I can't open the example page
    nslookup results in [...] can't find lovcombo.extjs.eu: Non-existent domain
    Backup DNS server hadn't correct record - it's corrected now.

  9. #9
    Ext User
    Join Date
    Mar 2008
    Location
    Poland
    Posts
    17
    Vote Rating
    0
    mholyszko is on a distinguished road

      0  

    Default


    Hi,

    Thanks for great extension.
    One thing didn't work for me - selected values were not written to a hidden field given by hiddenName option (as in normal Combo) - and so the field was submitted with empty value. I added following lines at the end of setValue method:

    PHP Code:
            if(this.hiddenField){
                
    this.hiddenField.value this.value;
            } 
    Regards,
    mh

  10. #10
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,154
    Vote Rating
    82
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    You're right. I've corrected it and uploaded.