some more support for squared style

This commit is contained in:
rlx 2016-01-12 11:11:08 +05:30
commit 32252a1dfd
7 changed files with 24 additions and 5 deletions

View file

@ -58,6 +58,7 @@ Ox.ButtonGroup = function(options, self) {
overlap: self.options.overlap == 'left' && i == 0 ? 'left'
: self.options.overlap == 'right' && i == self.options.buttons.length - 1 ? 'right'
: 'none',
style: self.options.style,
title: button.title || button,
tooltip: button.tooltip,
width: button.width