大约有 91 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0027 秒)
Laya_社区(52) Laya2.0_文档(9) Laya_示例(5) laya_api(5) Laya3.0_api(5) Laya2.0_示例(5) Laya2.0_api(5) Laya3.0_文档(5)
...隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handler(this, onSelect); list.renderHandler = new Handler(this, updateItem); Laya.stage.addChild(list); // 设置数据项为对应图片的路径 var data = []; for (var i = 0; i = []; for (var i: number = ...
来源: Laya_示例 发布时间: 20251209
...g 赞同来自: 好友列表建议你用list来做,list有mouseHandler和selectHandler,可以直接回调你点击每一条Item的信息! 2017-07-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 18336093936 相关问题 Dialog:...
来源: Laya_社区 发布时间: 20170703
...相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 用这个rg.selectHandler = new Handler(this, onSelectChange); 在onSelectChange里面实现功能 2018-01-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 183*****288 相关...
来源: Laya_社区 发布时间: 20180126
...rollBarSkin = ''; easeFunctionsList.selectEnable = true; easeFunctionsList.selectHandler = new Handler(this, this.onEaseFunctionChange, [easeFunctionsList]); easeFunctionsList.renderHandler = new Handler(this, this.renderList); Laya.stage.addChild(easeFunctionsList); let data = []; data.push('backIn...
来源: Laya2.0_示例 发布时间: 20251209
...rollBarSkin = ''; easeFunctionsList.selectEnable = true; easeFunctionsList.selectHandler = new Handler(this, onEaseFunctionChange, [easeFunctionsList]); easeFunctionsList.renderHandler = new Handler(this, renderList); Laya.stage.addChild(easeFunctionsList); var data = []; data.push('backIn', 'backOu...
来源: Laya_示例 发布时间: 20251209
监听选择list项会一直触发 v1.7.5this.avatarList.selectHandler = Handler.create(this, this.onSelect, null, false); onSelect(index: number) { console.log("一直触发"); } 2017-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20170515
...同来自: 点击问题解决了,换mouseHandler就可以了,之前是selectHandler 2017-04-19 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 重影的问题可能是数据渲染出问题了,能否提供下你的Demo,我们查下问题! 2017-04-19 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170419
...事件,不响应box点击事件,有什么方法解决 目前用的是selectHandler 附件 : --> 2017-03-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: list里面给组件添加事件...
来源: Laya_社区 发布时间: 20170303
...ns/2.jpg"); } this._ui.serverList.vScrollBarSkin = ""; this._ui.serverList.selectHandler = new Handler(this, this.onSelect); this._ui.serverList.renderHandler = new Handler(this, this.onUpdateItem); //this._ui.serverList.array = this._loadData.list; this._ui.serverList.array = data; 附件 : --> ...
来源: Laya_社区 发布时间: 20170924
...不会生效。 请问:为什么会出现这种情况。list里面原有selectHandler的事件的,这个事件则有效,鼠标点击事件则无效 2018-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 L...
来源: Laya_社区 发布时间: 20180509