站长网 Unix flex中使用css样式修改TextArea滚动条的皮肤代码

flex中使用css样式修改TextArea滚动条的皮肤代码

mx:script ![CDATA[ …….. var contentTextArea = new TextArea(); contentTextArea.setStyle(“verticalScrollBarStyleName”,”mytextAreaStyle”); …….. ]] /mx:Script mx:Style .mytextAreaStyle{ /* 滑块 */ thumbSkin: ClassReference(null); /*


<mx:script>
<![CDATA[
……..
var contentTextArea = new TextArea();
contentTextArea.setStyle(“verticalScrollBarStyleName”,”mytextAreaStyle”);
……..
]]>
</mx:Script>
<mx:Style>
.mytextAreaStyle{
/* 滑块 */
thumbSkin: ClassReference(null);
/* 滑道 */
trackSkin:Embed(source=”pe/trackSkin.jpg”);
/* 向上箭头 */
upArrowUpSkin:Embed(source=”pe/upArrowSkin.png”);
upArrowOverSkin:Embed(source=”pe/upArrowSkin.png”);
upArrowDownSkin:Embed(source=”pe/upArrowSkin.png”);
/* 向下箭头 */
downArrowUpSkin:Embed(source=”pe/downArrowSkin.png”);
downArrowOverSkin:Embed(source=”pe/downArrowSkin.png”);
downArrowDownSkin:Embed(source=”pe/downArrowSkin.png”);
}
</mx:Style>

本文来自网络,不代表站长网立场,转载请注明出处:https://www.zwzz.com.cn/html/server/unix/2021/0526/6686.html

作者: dawei

【声明】:站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。
联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部