大约有 109 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
Laya_社区(43) laya_api(29) Laya2.0_api(27) Laya3.0_文档(4) Laya2.0_文档(3) Laya3.0_api(1) Laya2.0_示例(1) Laya_示例(1)
下来框ComboBox的change事件怎么绑定 下来框ComboBox的change事件怎么绑定,参数改变 2017-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 189*****192 赞同来自: box.on(Laya.Event.CHANG...
来源: Laya_社区 发布时间: 20171024
TextArea的change事件不触发 text.on("CHANGE",this,function(){ console.log("text",text.text); }) 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你参考下官网的事件类...
来源: Laya_社区 发布时间: 20180404
...blic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: laya_api 发布时间: 20170929
...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...
来源: laya_api 发布时间: 20170929
... Only exported Menu Globals "laya/events/Event" Event Class Event Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Properties button currentTarget delta isDblClick nativeEvent target touc...
来源: Laya3.0_api 发布时间: 20231115
如何能监听到TouchStart和TouchEnd事件 如何能监听到TouchStart和TouchEnd事件 2017-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_U...
来源: Laya_社区 发布时间: 20170601
...laya.eventsClasspublic dynamic class EventInheritanceEvent Object Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是...
来源: Laya2.0_api 发布时间: 20190513
...IEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 ...
来源: Laya2.0_api 发布时间: 20190513
laya.display.Text对象的event事件监听无效? DEMO地址 http://jsbin.com/naxucicovo/edit?html,output 找到原因了 txt.text = '123'; //会调用EVENT.CHANGE事件 // txt.changeText('change text'); //不会调用event.change事件 事件绑定必须写成 txt.on(Laya.Event.CHANGE, th...
来源: Laya_社区 发布时间: 20170804
...,在iphone 6plus真机中可以运行,但是不响应on(Event.CHANGE)事件。 代码我就不贴了,照着官方例子敲的。唯一出入是我在回调函数里还增加了log输出,用来检测事件响应。发现完全没有任何打印。 同样的问题,还出现在Shake.instance....
来源: Laya_社区 发布时间: 20180123