Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript dialog callback to check checkboxes, checked are not showing

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189550
    matthisco
    Participant

    I am trying to use the checklist function as a callback when opening the dialog, to check inputs that were previously checked when paging.

    As far as i know my debugger says the inputs are being checked, but they remain unchecked in the browser. Can anyone please help?

    http://codepen.io/matthisco/pen/bNVEKy

    #189569
    Senff
    Participant

    You’ll have to reduce your test case a little bit. From all that code it’s very hard for us to figure out what you’re trying to do. Try to remove all the unnecessary stuff (jQuery UI? You can just check it in the settings. Any other graphic UI stuff that’s not really relevant to this problem, etc.) and give us a little more clarity.

    #189584
    matthisco
    Participant

    Thanks for the reply.

    I’ve chopped out all the JS references, it should be alot cleaner now.

    I would like to check checkboxes that have already been checked when paging. Can anyone help?

    Many thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.