fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.2 KiB

bi.center_adapt

自适应左右垂直居中布局

{% method %} source

{% common %}


BI.createWidget({
    type: "bi.center_adapt",
    element: "#wrapper",
    hgap: 10,
    items: [{
        type: "bi.label",
        text: "Center Adapt 1",
        cls: "layout-bg1",
        height: 30
    }, {
        type: "bi.label",
        text: "Center Adapt 2",
        cls: "layout-bg2",
        height: 30
    }]
})



{% endmethod %}

API

基础属性
参数 说明 类型 可选值 默认值
hgap 效果相当于容器左右padding值 number 0
vgap 效果相当于容器上下padding值 number 0
lgap 效果相当于容器left-padding值 number 0
rgap 效果相当于容器right-padding值 number 0
tgap 效果相当于容器top-padding值 number 0
bgap 效果相当于容器bottom-padding值 number 0
columnSize 每列宽度所组成的数组 array [ ]