Searched refs:objCollapse (Results 1 – 1 of 1) sorted by relevance
522 toggleCollapse: function (objToggle, objCollapse) { argument526 const height = objCollapse.offsetHeight;527 objCollapse.style.overflow = 'hidden';528 objCollapse.style.height = '0';529 objCollapse.style.paddingTop = '0';530 objCollapse.style.paddingBottom = '0';531 objCollapse.style.marginTop = '0';532 objCollapse.style.marginBottom = '0';533 objCollapse.offsetHeight;534 objCollapse.style.boxSizing = 'border-box';[all …]