nsSkinEngine Combo默认选中
添加属性
1 | selected="true" |
demo
1 2 3 4 5 | <Combo name="feedbackTypeCom" droptype="droplist" width="100" height="28" padding="0,0,10,0" itemtextcolor="#00FFFFFF" itemhottextcolor="#00FFFFFF" itemselectedtextcolor="#00FFFFFF" itembkcolor="#FF3D4144" itemselectedbkcolor="#FF474b4e" itemhotbkcolor="#FF5a6064" textpadding="4,1,1,1" normalimage="combox.png" hotimage="combox_hover.png" pushedimage="combox_pressed.png" borderround="2,2"> <ListLabelElement selected="true" text="QQ" height="28"/> <ListLabelElement text="邮箱" height="28"/> <ListLabelElement text="手机" height="28"/></Combo> |

