jQWidgets Forums

jQuery UI Widgets Forums Layouts Docking Docking Window header and content side by side

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 6 months ago.

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

  • priyam.basu
    Participant

    Hi,

    I am using DragDrop with Docking. And I was wondering if it was posible to get the header div and content div of the window to be positioned side by side.(I tried using float, but it didn’t work)

    radio button

    Also, when I am exporting the layout, the only information that I get is the id of each window. Is there anyway I can set other information(like type)

    Thank You!


    Dimitar
    Participant

    Hello priyam.basu,

    1) Unfortunately, it is not possible to position a window’s header and content side by side horizontally.

    2) When you export the layout, the information is stored as a JSON string. Here is how the docking from the Default Functionality demo is exported:

    "{"panel0": {"window1":{"collapsed":false},"window2":{"collapsed":false}},"panel1": {"window3":{"collapsed":false},"window4":{"collapsed":false}},"floating":{},"orientation": "horizontal"}"

    This is all the information that is exported and it is sufficient for importing the layout when needed.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.