|
|
@ -62,8 +62,8 @@ BI.YearCalendar = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
element: this |
|
|
|
element: this |
|
|
|
|
|
|
|
|
|
|
|
}, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, { |
|
|
|
}, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, { |
|
|
|
|
|
|
|
scrolly: true, |
|
|
|
vgap: 5, |
|
|
|
vgap: 5, |
|
|
|
items: BI.LogicFactory.createLogicItemsByDirection("top", this.years) |
|
|
|
items: BI.LogicFactory.createLogicItemsByDirection("top", this.years) |
|
|
|
})))); |
|
|
|
})))); |
|
|
|