Is there a way in fields.ini (or elsewhere) to disable the collapsable fieldgroup title?
I know it can be set collapsed=0 or 1, but is there something like collapsable=0 ?
It can be sort of hidden with CSS which works with firefox but not IE.
- Code: Select all
h3.Dataface_collapsible_sidebar {
font-size: 11px;
font-weight: bold;
background-color: #e9e9e9;
padding-left: 15px;
padding-right: 3px;
/*background-image: url(images/treeExpanded.gif);*/
background-repeat: no-repeat;
background-position: 3px 6px;
display:none; /* added this line */
}
Many thanks, Tom