Results 1 to 3 of 3

Thread: combos nested.

Hybrid View

  1. #1

    Default combos nested.

    I have 5 combos nested.

    When the combo number 1 changes value (Event on-change)
    the combo number 2 should load ratio values
    example:
    The combo you have the values ​​of the country.
    I choose the country, the number 2 combo should only show
    values ​​of the provinces, the three could be the zipcode.
    On 4th and 5th street house numbers.

  2. #2
    Join Date
    Jan 2010
    Location
    Mislata - Valencia - Spain
    Posts
    162

    Default

    Quote Originally Posted by AlexanderDooR View Post
    I have 5 combos nested.
    You can use:

    new dijit.form.FilteringSelect

    With this store type:

    dojox.data.JsonRestStore

    Activating Json in your app.

    Regards !
    Mario Martínez Sánchez
    Project Manager & Software Architect
    --------------------------
    Disid Technologies S.L.
    http://www.disid.com
    --------------------------
    gvNIX
    http://gvnix.googlecode.com
    http://www.gvnix.org

  3. #3

    Default

    Someone could give me more data,
    where in the code to play
    a code example?
    It's my first web application.
    thank you very much

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •