facebook

Change layer of panel

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #346299 Reply

    Muhammad
    Member

    Is it possible to change layer of panel using javascript?

    Thank you.

    #346303 Reply

    paulD
    Member

    Hi Muhammad

    Yes you can, you can use the z index property of the panel to manipulate it in javascript by using something like this –

    $(‘#m1-yourProject-panel’).css(‘z-index’, ‘0’); I used it a project and it works fine,

    for more info see –

    http://www.w3schools.com/cssref/pr_pos_z-index.asp

    Hope that helps

    Paul

    #346311 Reply

    Muhammad
    Member

    Hi paulD,

    Thank you so much. Its make my work get shortcut.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Change layer of panel

You must be logged in to post in the forum log in