• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 3,288 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0067 秒)

11. 如何设置自动生成的index.html里的那个JS主文件名? [ 96%]

如何设置自动生成的index.html里的那个JS主文件名? 我现在有用FB和layaide,2个工具生成的index.html里的JS引用名称不对,如图 我的主类是Main.as,项目名称是MaJiang,我开始一直以为出什么问题了,我FB用JS工具编译一直没用,只能...

来源: Laya_社区 发布时间: 20161201

12. 2.7版本 发布版本管理 无法排除index.js [ 96%]

2.7版本 发布版本管理 无法排除index.js 版本管理里排除了index.js 和 version.json   但发布出来index.js 后面还是带了hash。上周都还是好的  也没改发布代码,突然就出问题了 附件 : --> 2020-06-30 添加评论 免费帖 --> 分享 微博 QZONE 微信...

来源: Laya_社区 发布时间: 20200630

13. javascript 不放在index.html列表在加上version怎样做? [ 96%]

javascript 不放在index.html列表在加上version怎样做? javascript 不放在index.html列表加上version怎样做? 1. Javascript tag 不放在index.html列表  请问这个怎样做呢? index.html 加载太多没用到的script 2. 如果 Javascript tag 不放在 这个version 怎样...

来源: Laya_社区 发布时间: 20181109

14. UI-RefreshList [ 96%]

...动事件的处理 * @paramthis.item = null; 单元格对象 * @paramthis.index = null; 单元格索引 */ /** * 处理列表刷新数据时的限制 * @paramthis.eventName = null; 要侦听的事件名 * @paramthis.moveLimit = null; 移动距离的上限,达到上限后才会抛出要侦听的事...

来源: Laya2.0_示例 发布时间: 20251130

15. List翻页效果 [ 96%]

... export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler...

来源: Laya_社区 发布时间: 20171202

16. index.js函数位置 [ 96%]

index.js函数位置 请问文档中提到的index.js这个文件在什么地方?谢谢 附件 : --> 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 189*****192 赞同来自: bin 目录下 2018-01-05 0 ...

来源: Laya_社区 发布时间: 20180105

17. 列表嵌套另外一个列表 [ 96%]

...Handler=new Handler(this,onRender);//当list刷新时触发 并发送Box,index this.storelist.mouseHandler = new Handler(this,onMouse);//当list被点击时触发 并发送event,index } public function onRender(cell:Box,index:int):void { //当list刷新时接收并更改单元格属性 var hero:Im...

来源: Laya_社区 发布时间: 20180522

18. List翻页效果怎么实现 [ 96%]

... export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler...

来源: Laya_社区 发布时间: 20181112

19. 导出微信版的时候找不到index.html [ 96%]

导出微信版的时候找不到index.html 报错显示在Bin下方找不到index.html,index.html的生成路径是bin\h5\index.html,能不能更改这个加载路径 附件 : --> 2018-04-04 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

来源: Laya_社区 发布时间: 20180404

20. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 95%]

... export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler...

来源: Laya_社区 发布时间: 20180724