Home
last modified time | relevance | path

Searched full:btngroup (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js1669 btnGroup.className = 'geMenuItem';
1671 btnGroup.style.verticalAlign = 'top';
1672 btnGroup.style.marginRight = '6px';
1674 btnGroup.style.height = '30px';
1675 btnGroup.style.position = 'relative';
1676 btnGroup.style.top = '0px';
1680 btnGroup.style.boxShadow = 'none';
1695 btnGroup.appendChild(btns[i]);
1701 mxUtils.setOpacity(btnGroup, op);
1710 menubar.appendChild(btnGroup);
[all …]