大约有 268 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0052 秒)
..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...
来源: Laya2.0_文档 发布时间: 20210715
..._ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | | Tab | 标签 | tab_ | -- | | RadioGroup | 单选框按钮组 | radiogroup_ | -- | | VSlider | 垂直滑动...
来源: Laya2.0_文档 发布时间: 20210714
Laya 2.9.0 UI组件Button skin的引用次数无线增加的问题! 如附件图所示,新建官方2D示例, 在场景中新建一个默认的button组件(该例子使用2.9.0 ts版本, 最新的2.11.0也有问题) 操作&现象: 将鼠标反复在button上移进移出, comp.png ...
来源: Laya_社区 发布时间: 20210416
Button设置了一个镜像,导致文本也一起镜像了,怎么处理? 类似这个UI,最坐标和最右边两个按钮用的是同样一个图片。 如果使用按钮本身的label属性出来的文本会反过来,但是单独建立一个文本的话,又没有办法支持到选中...
来源: Laya_社区 发布时间: 20180116
【分享】[UI组件专题] Label 与 Button (附:九宫格,九妹图) 为了更好的维护社区建设,也为了让更多的人更容的了解LayaAirIDE,这篇分享介绍一下最常用的UI组件,Label和Button。 Laya虽小,五脏俱全。跟着下方示例动手实...
来源: Laya_社区 发布时间: 20171222
...文件,避免浏览器的缓存 请问layaide如何创建一个复合的Button 分享一个TS版本的3D2D结合的单机斗地主Demo 移植了一个游戏 代码重新 写的 LayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的...
来源: Laya_社区 发布时间: 20180522
...说了 方法一: function renderHandler(item:box,index:int):void { var button:Button = item.getChildByName("buton") as Button;(名字是你在ide里自己设定的) button.on(事件注册) } 方法二: list组件.itemRender = UI页面 function renderHandler(item:UI页面,index:int):void { ...
来源: Laya_社区 发布时间: 20180507
...ame 为" + name +"的组件,关闭了dialog。"); } } } } import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; class Dialog_Instance extends Dialog { function Dialog_Instance():void { var bg:Image = new Image("resource/ui/bg.png"); bg.sizeGrid = "40,10,5,10"; bg.width = 150; bg.heig...
来源: Laya3.0_api 发布时间: 20231115
...区域底边之间的垂直距离(以像素为单位)。 Component button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存...
来源: laya_api 发布时间: 20170929
...览器文件上传框 // 程序入口 class GameMain { private btn: Laya.Button; private skin: string = 'images/button.png'; constructor() { Laya.init(200, 300); Laya.loader.load(this.skin, Laya.Handler.create(this, () => { this.btn = this.createBtn(this.skin); this.btn.on(Laya.Event.CLICK, this,...
来源: Laya_社区 发布时间: 20170511