Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103063
    Joko Pitoyo
    Participant

    howto place window on certain position, no api available for this, for example

    wnd.move({

    x:1024,
    y:10

    })

    #103068
    admin
    Keymaster

    Hi,

    To set position you can use CSS. For example: wnd.style.top = ‘100px’;

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.