- Hide the Navigation Bar Completely for an Entity
- Posted by mrosmus on October 15th, 2007
Hi,
I am trying to use an onload javascript to completely remove the Navigation
Bar for a specific entity in CRM v3.0. I can show/hide entities on the
Navigation Bar without an issue, but I haven't found out how to hide it
completely. Any ideas? Thanks in advance!
- Posted by Nishant Rana on October 16th, 2007
Hi,
I tried this on opportunity entity form in it's formLoad and it worked
crmNavBar.style.display = "none" ;
All navigation bar elements were inside this div
<div class="leftBar" id="crmNavBar"...................
Regards,
Nishant Rana
- Posted by mrosmus on October 16th, 2007
Hi Nishant,
Thanks for the reply, that could really come in handy. When I added the
line to my OnLoad script, it removed all of the text from the Navigation bar,
which is great, but the white space (where the Nav. bar would be) was still
there. I was hoping to truncate the space used by the Navigation Bar as
well... any ideas? Thanks again!
"Nishant Rana" wrote: