This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Window Id Posts
  • Window Id #2019

    Hamid
    Member

    Dear jqwidgets Team,
    we can have window title,content,…
    i wanna know how we can get the window Id ?

    Window Id #2031

    Peter Stoev
    Keymaster

    Hi Hamid,

    You can set the Window’s id in the HTML structure

    <div id="window">
    <div>Title</div>
    <div>Content</div>
    </div>

    Then, you can select the jqxWindow by its ‘id’.

    For example:

    var windowposition = $("#window").offset();

    Hope this helps you.

    Best Wishes,
    Peter Stoev

    http://www.jqwidgets.com
    jQWidgets Team

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

You must be logged in to reply to this topic.