Browse Source

Merge pull request #332 in FUI/fineui from ~IMP/fineui_fui:master to master

* commit '3b2f44a32cfa1a22e333163e2c393a644ff9b212':
  segment default value
es6
guy 6 years ago
parent
commit
4fad66af52
  1. 1
      src/case/segment/segment.js

1
src/case/segment/segment.js

@ -19,6 +19,7 @@ BI.Segment = BI.inherit(BI.Widget, {
this.buttonGroup = BI.createWidget({
element: this,
type: "bi.button_group",
value: o.value,
items: BI.createItems(o.items, {
type: "bi.segment_button",
height: o.height - 2,

Loading…
Cancel
Save