|
|
@ -54,14 +54,14 @@ BI.CollectionView = BI.inherit(BI.Widget, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
// 兼容一下
|
|
|
|
// 兼容一下
|
|
|
|
var scrollable = o.scrollable, scrollx = o.scrollx, scrolly = o.scrolly; |
|
|
|
var scrollable = o.scrollable, scrollx = o.scrollx, scrolly = o.scrolly; |
|
|
|
if (overflowX === false) { |
|
|
|
if (o.overflowX === false) { |
|
|
|
if (overflowY === false) { |
|
|
|
if (o.overflowY === false) { |
|
|
|
scrollable = false; |
|
|
|
scrollable = false; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
scrollable = "y" |
|
|
|
scrollable = "y" |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
if (overflowY === false) { |
|
|
|
if (o.overflowY === false) { |
|
|
|
scrollable = "x"; |
|
|
|
scrollable = "x"; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|