Select to view content in your preferred language

Hide ContentPane from Identify window

479
1
05-26-2014 04:11 AM
RyanSmith1
Deactivated User
Hi guys, i'm trying to hide a ContentPane which is within a tab container. This tab container is attached to the Identify window.
I've tried the following syntax but it doesn't seem to work.

dijit.byId("contentPaneId").domNode.style.display = 'none';
0 Kudos
1 Reply
LoriGonzalez
Deactivated User
If the Content Pane has a title you will need to hide it also
dijit.byId("contentPaneId").set("title", "");
0 Kudos