jQuery UI Widgets Forums Dialogs and Notifications Window jqxWindow – Invalid Structure Exception

This topic contains 0 replies, has 1 voice, and was last updated by  SkippingAdi 11 years, 6 months ago.

Viewing 1 post (of 1 total)
  • Author

  • SkippingAdi
    Participant

    Hi

    In the mean time I found myself the solution:
    – jqxWindow expects a Header and a Content div for correct initialization. I have both forgotten to implement. You can delete this Topic!

    I’m trying to create a very Basic jqxwindow in my asp.net mvc 4 web application and receive the following error:

    Unhandled exception at line 7, column 8596 in http://localhost:59948/Scripts/jqwidgets/jqxwindow.js
    0x800a139e – Laufzeitfehler in JavaScript: Invalid structure!

    I have the following div defined:
    <div id=“jqwindow”></div>

    The JavaCode to open the window:
    $(‘#jqwindow’).jqxWindow({ content: ‘Neues Pony erfassen’ });

    My mvc solution is based on Jquery 1.9.1, Jquery-ui 1.10.0 and jqwidgets 2.7.0.

    Could you help me please?

    Regards
    Adrian

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.