Code don't work
I wan't hidden the menu-icon-buttons, but the code don't work:
html(“
<style>
.hud-menu-button.menu-icon.menu-icon-trash{display: none;}
.hud-menu-button.menu-icon.menu-icon-duplicate{display: none;}
.hud-menu-button.menu-icon.menu-icon-print{display: ;}
.hud-menu-button.menu-icon.menu-icon-add{display: ;}
</style>
”)
and this neither
html(“
<style>
.hud-menu-button.i-32-24.i-light-grey.i-setting-print{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-trash{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-copy{display: none;}
.hud-menu-button.i-32-24.i-light-grey.i-setting-add{display: none;}
</style>
”)
I need help. Thanks.
3 replies
-
It's the second group. If the quotes in your post are the same as in the formula you'll need to change them to this style of qoute - "
-
Fantastic Sean. Thanks for your quick reply and solution.
-
Hi Clonev
I would like to do the same thing for my APP ... but where did you put this code to be able to hide the icon-buttons?
thanks
Content aside
- 2 yrs agoLast active
- 3Replies
- 249Views