jQWidgets Forums

jQuery UI Widgets Forums Dialogs and Notifications Window jqxWindow strips off data-bind attribute

This topic contains 0 replies, has 1 voice, and was last updated by  DM 10 years, 8 months ago.

Viewing 1 post (of 1 total)
  • Author
  • jqxWindow strips off data-bind attribute #61444

    DM
    Participant

    Hi,

    I’ve recently updated to version 3.5.0 and I’ve now got problems with my dialogs (jqxWindows). I’m using knockout to control the visibility of the dialogs so I have content such as:

    
    <div id="mydialog" data-bind="visible: showDialog">
        <div>Header etc.</div>
        <div>Content etc.</div>
    </div>
    

    In my view model I can call showDialog(true) and by dialog window appears.

    Since the update, $('#mydialog').jqxWindow(options); now seems to strip off the data-bind attribute which stops all my dialog windows displaying…

    Is there a way to stop it doing this?

    Thanks

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.