facebook

Need Help! Toolbar Buttons

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    ghubinger
    Participant

    Hi,

    is there a way to disable or hide a single toolbar button using Javascript?
    I tried document.getElementById(“xxxxxxxxxxxxx”).Style.visibility = ‘false’; but without success.

    Thx for your help.

    #339177

    paulD
    Member

    Use the Jquery selection method.

    use something like $(‘#m1-screen-toolBarButton’).css(‘visibility’,’hidden’); (using your screen name and item name!)

    note that the opposite – to make them visible again – is ‘inherit’

    Thanks to Stu Wade for this tip!

    Hope this helps

    Paul

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Need Help! Toolbar Buttons

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