Searched refs:isShow (Results 1 – 1 of 1) sorted by relevance
12 function showInline(node, isShow) { argument13 node.style.display = isShow ? 'inline' : 'none';21 function showInlineBlock(node, isShow) { argument22 node.style.display = isShow ? 'inline-block' : 'none';