skin.air¶
webix.skin.
air
¶webix.skin.air helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | webix.skin.air = {
topLayout:"wide",
//bar in accordion
barHeight:34, //!!!Set the same in skin.less!!!
tabbarHeight: 36,
rowHeight:34,
toolbarHeight:22,
listItemHeight:28, //list, grouplist, dataview, etc.
inputHeight:34,
inputPadding: 2,
menuHeight: 34,
menuMargin:0,
labelTopHeight: 16,
inputSpacing: 4,
borderWidth: 1,
sliderHandleWidth: 16,
sliderPadding: 10,
sliderBorder: 1,
//margin - distance between cells
layoutMargin:{ space:10, wide:4, clean:0, head:4, line:-1, toolbar:4, form:8 },
//padding - distance insede cell between cell border and cell content
layoutPadding:{ space:10, wide:0, clean:0, head:0, line:0, toolbar:4, form:8 },
//space between tabs in tabbar
tabMargin:0,
popupPadding: 8,
calendarHeight: 70,
padding:0,
optionHeight: 27
};
webix.skin["aircompact"] = {
topLayout:"wide",
//bar in accordion
barHeight:24, //!!!Set the same in skin.less!!!
tabbarHeight: 26,
rowHeight:26,
toolbarHeight:22,
listItemHeight:28, //list, grouplist, dataview, etc.
inputHeight:29,
inputPadding: 2,
menuHeight: 25,
menuMargin:0,
labelTopHeight: 16,
inputSpacing: 4,
borderWidth: 1,
sliderHandleWidth: 16,
sliderPadding: 10,
sliderBorder: 1,
//margin - distance between cells
layoutMargin:{ space:10, wide:4, clean:0, head:4, line:-1, toolbar:4, form:8 },
//padding - distance insede cell between cell border and cell content
layoutPadding:{ space:10, wide:0, clean:0, head:0, line:0, toolbar:4, form:8 },
//space between tabs in tabbar
tabMargin:0,
popupPadding: 8,
calendarHeight: 70,
padding:0,
optionHeight: 23
};
|