Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Details pane.
Last Post 05/05/2011 4:30 PM by Proliant Inc. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
pwtit
New Member
New Member
Posts:1


--
05/03/2011 7:02 PM
Wondering if there's an easy way to get rid of the details pane yet? I tried messing around with the template mode and the template files but it's very confusing and there's not a lot of examples.
Proliant Inc
New Member
New Member
Posts:9


--
05/05/2011 4:30 PM
I don't know if there is an easy way to do it but here is how I do it in my DMX portals:

1. Change ComponentArt:SplitterPane with Id of GridContent in ViewCollection.ascx from a Height="60%" to Height="100%".

2. On the Panes component directly above the splitterpane add a _noshow to all of the css classes defined in that Panes control.

3. Modify module.css to add a display: none to .DetailsPane div class

4. Add the following to module.css :

.VerticalSplitterBar_noshow, .CollapsedVerticalSplitterBar_noshow, ActiveSplitterBar_noshow
{
display: none;
}

Where the classes above correspond to the css classes in the panes control.

The obvious downside to this is that I lose the changes when I upgrade.

Jake
You are not authorized to post a reply.