jQuery UI Widgets Forums Dialogs and Notifications Window Is jqxDockPanel instance allowed to be nested inside a jqxWindow?

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  d_l 11 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • d_l
    Member

    I have a jqxDockPanel-01 which works o.k.
    I added the demo multiple windows jqxWindow and that works o.k.
    I next added and tested a second jqxDockPanel-02 and that works o.k.

    But when I try to nest this jqxDockPanel-02 code inside
    <div id=”window0″>

    The windows stop working.
    They resume working when I remove the jqxDockPanel-02 snippet.

    Here is the nested code which breaks ..

    <div id=”window0″>

    <div id=’jqxDockPanel-02′>
    <div id=’windowbar-01′>windowbar-01</div>
    <div id=’windowbar-02′>windowbar-02</div>
    <div id=’windowbar-03′>windowbar-03</div>
    <div id=’windowbar-04′>windowbar-04</div>
    <div id=’windowcontent-01′>windowcontent-01</div>
    </div>

    <!– end of jqxDockPanel-02 –>
    <div>
    RISC</div>
    <div> Some aspects attributed to the first RISC-labeled designs around 1975 include the observations that the memory-restricted compilers of the time were often unable to take advantage of features intended to facilitate manual assembly coding, and
    that complex addressing modes take many cycles to perform due to the required additional memory accesses…</div>
    </div>


    Peter Stoev
    Keymaster

    Hi,

    To learn how to use jqxWindow, please read this help topic: jquery-window-getting-started.htm. The posted HTML structure is not correct.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/


    d_l
    Member

    Thanks for prompt reply. I can see the (now obvious) error. I now have it working.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.