Hiding Edit Mode switch
- Alan_Cooke
- 4 mths ago
- 10replies
- Answered
Is there anyway to hide this:
Edit Mode primarily.
Thanks
10 replies
-
- Ninox partner
- RoSoft_Steven.1
- 4 mths ago
- Reported - view
Yes, Editor rights instead of Admin....
-
- Alan_Cooke
- 4 mths ago
- Reported - view
I was hoping for some fancy HTML/CSS script. Want it for myself as admin believe it or not.
-
- Ninox partner
- RoSoft_Steven.1
- 4 mths ago
- Reported - view
Wouldn't this completely lock down your database?
-
- Alan_Cooke
- 4 mths ago
- Reported - view
I am assuming I can use a hidden Y/N to toggale On/Off as needed.
-
- Sean
- 4 mths ago
- Reported - view
I think the class name(s) you are looking for are .Container-dqubpQ.cupfZa
.Container-dqubpQ.cupfZa {display: none;} to hide
.Container-dqubpQ.cupfZa {display: flex;} to show
Toggle only works once in the Mac app, but if you leave the form and come back it works again.
Are the Webinar databases still not available? I haven't been able to access the Webinar EN for months.
-
- Alan_Cooke
- 4 mths ago
- Reported - view
This is my script to show and display elements:
if HUD then
html("
<style>
.sideeditor-buttons-left .button{display: none;
height: 0px;}
.popupeditor2-buttons-left .button{display: none;}
.stringeditor .stringeditor-button2{display: none;}
.nx-backplane .popupeditor.pane .nx-button-text.blue{display: none;}
.tab.tab-icon{display: none;}
.hud-menu-right{display: none;}
.HudLeftHeader_root .nav-item.head.FastClickContainer_root{display: none;}
.nav-item.head.HudLeftHeader_backButton.FastClickContainer_root{display: block;}
.HudContainer_body{display: none;}
.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-add{display: none;}
.hud-menu-button.menu-icon.menu-icon-print{display:;}
.hud-menu-group, .hud-menu-right{display:none;}
div.Container-dqubpQ.cupfZa{display:none}
.sc-feUZmu.NavigationButton-juiDdI.hGILJG.fLLJBd {display:none;}
.Divider-csajKZ.lhhtQ {display:none;}
.hud-menu-button.i-32-24.i-white.i-setting-tool.--ul-admin-button.admin-button{display:none;}
.Container-dqubpQ.cupfZa {display: none;}</style>
")
end
I have added your one to the end. For some reason it does not work. Any idea why. All the rest do. -
- Sean
- 4 mths ago
- Reported - view
You can try adding div at the beginning like one of the others you have.
I don’t have an account and the Webinar EN team is no longer available to me so I can’t use a browser inspector. I can only inspect inside the Mac app.
-
- Alan_Cooke
- 4 mths ago
- Reported - view
Thanks for the effort Sean - div does not work.
if HUD then
html("
<style>
.sideeditor-buttons-left .button{display: none;
height: 0px;}
.popupeditor2-buttons-left .button{display: none;}
.stringeditor .stringeditor-button2{display: none;}
.nx-backplane .popupeditor.pane .nx-button-text.blue{display: none;}
.tab.tab-icon{display: none;}
.hud-menu-right{display: none;}
.HudLeftHeader_root .nav-item.head.FastClickContainer_root{display: none;}
.nav-item.head.HudLeftHeader_backButton.FastClickContainer_root{display: block;}
.HudContainer_body{display: none;}
.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-add{display: none;}
.hud-menu-button.menu-icon.menu-icon-print{display:;}
.hud-menu-group, .hud-menu-right{display:none;}
div.Container-dqubpQ.cupfZa{display:none}
.sc-feUZmu.NavigationButton-juiDdI.hGILJG.fLLJBd {display:none;}
.Divider-csajKZ.lhhtQ {display:none;}
.hud-menu-button.i-32-24.i-white.i-setting-tool.--ul-admin-button.admin-button{display:none;}
div.Container-dqubpQ.cupfZa {display: none;}</style>
")
end -
- Ninox partner
- RoSoft_Steven.1
- 4 mths ago
- Reported - view
This is the class I have in my Private cloud and my public cloud....:
.Container-iDxjuJ hJSHNq
.Container-iDxjuJ.hJSHNq
-
- Alan_Cooke
- 4 mths ago
- Reported - view
PERFECTO!!!
Content aside
- Status Answered
- 4 mths agoLast active
- 10Replies
- 85Views
-
3
Following