qx.renderer.border.BorderPresets

毎回忘れるのでQooxdooのBorderのプリセットをメモしておく。
APIマニュアルにも載ってないので。
frontend/framework/source/class/qx/renderer/border/BorderPresets.jsのコードをもとに整形しただけ。

black

width: 1px
style: "solid"
color: "black"

white

width: 1px
style: "solid"
color: "white"

none

width: 0px
style: "none"

inset

width: 2px
style: "inset"

outset

width: 2px
style: "outset"

groove

width: 2px
style: "groove"

ridge

width: 2px
style: "ridge"

thinInset

width: 1px
style: "inset"

thinOutset

width: 1px
style: "outset"

verticalDivider

width: 1px
left-width: 0px
right-width: 0px
style: "inset"

horizontalDivider

width: 1px
top-width: 0px
bottom-width: 0px
style: "inset"

shadow

width: 1px
style: "solid"
color: "threedshadow"

lightShadow

width: 1px
style: "solid"
color: "threedlightshadow"

info

width: 1px
style: "solid"
color: "infotext"


新しく会社作りました!

コメントをどうぞ