06-02-2014 06:40 AM
06-02-2014 08:22 AM
06-02-2014 11:03 AM
function removePropertiesViewHandle()
{
propertiesPanel = document.getElementById('OwRecordPreviewPropertyView').parentNode;
propertiesPanel.style.height = 'initial';
blankPanel = propertiesPanel.parentNode.parentNode.nextSibling;
blankPanel.style.display = 'none';
resizeHandle = blankPanel.nextSibling.nextSibling;
resizeHandle.style.display = 'none';
}
06-04-2014 05:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.