aardio 文档

web.layout.element.style 库模块帮助文档

htmlayoutStyleObject 成员列表 #

htmlayoutStyleObject.background #

背景样式,
值必须是字符串或null,例如:
ltEle.style.background = "#FFF";

htmlayoutStyleObject.color #

字体颜色,
值必须是字符串或null,例如:
ltEle.style.color = "#F00";

htmlayoutStyleObject.cursor #

鼠标指针,
值必须是字符串或null

htmlayoutStyleObject.display #

显示样式,
值必须是字符串或null

htmlayoutStyleObject.height #

高度,
值必须是字符串或null

htmlayoutStyleObject.left #

左侧位置,
值必须是字符串或null

htmlayoutStyleObject.margin #

外边距,
值必须是字符串或null

htmlayoutStyleObject.padding #

内边距,
值必须是字符串或null

htmlayoutStyleObject.top #

顶部位置,
值必须是字符串或null

htmlayoutStyleObject.visibility #

可见状态,
值必须是字符串或null

htmlayoutStyleObject.width #

宽度,
值必须是字符串或null

Markdown 格式