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

大约有 43 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0054 秒)

1. List 组件做手风琴Demo [ 100%]

...现  根据官网UI示例改编    private index_num =99999; // 定义当前点击索引 默认值 最好比List 数据长度要大 private listArr =[]; //包含List 数组 private arr = [0,1,2,3]; //List 数据源(此代码中arr只起到渲染数量作用) /**          * 创建Li...

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

2. laya.ui.List [ 99%]

...点偏移,则显示筛选会不精确)。 Sprite  page : int 列表当前页码。 List parent : Node[override] Sprite pivotX : NumberX轴 轴心点位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite pivotY : NumberY轴 轴心点...

来源: laya_api 发布时间: 20170929

3. 分享:List相关(Item增删功能) [ 98%]

...件 if((e.target) is CheckBox) { var tempObj:Object = arr[index];//记录当前条目所包含组件数据信息(避免后续删除条目后数据结构显示错误) if(((e.target) as CheckBox).selected)//根据check选中状态,设置条目数据信息 { listP._list.setItem(index,{clip: ...

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

4. laya.ui.List [ 98%]

...umChildren : int[read-only] 子对象数量。 Node  page : int 列表当前页码。 List parent : Node[read-only] 父节点。Node pivotX : NumberX轴 轴心点位置,单位为像素,默认为0。轴心点会影响对象位置,缩放中心,旋转中心。Sprite pivotY : NumberY...

来源: Laya2.0_api 发布时间: 20190513

5. list 给item对应button 添加默认事件后。初始化list时取消UI页面默认设置事件出错 [ 94%]

...错 初始化时通过index下标 取消对应事件。除了取消了当前index下绑定事件。还取消了index值为当前index倍数响应事件。 附件 : --> 2018-07-19 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链接 ...

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

6. list 加载动画为什么实现效果会错乱掉? [ 93%]

...terval = 100; // 设置播放间隔(单位:毫秒) ani.index = 1; // 当前播放索引 ani.play(); // 播放图集动画 // 获取动画边界信息 var bounds = ani.getGraphicBounds(); ani.scale(80/bounds.width ,80/bounds.height) this.addChild(ani) } } Laya.class(Item1, "Item1", Box); var...

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

7. list item 添加事件后无法监听 [ 92%]

...og("click")     }) }  function onSelect(index) {     console.log("当前选择索引:" + index); } function createAPIList(api_list_view) {     let data = [];     for (let i = 0; i < 10; i++) {         let text_view = createTextView("12345", "black", 18, innerWidth, 3...

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

8. UI-RefreshList [ 91%]

...ull; this.loadingLabel = null; this.refreshList = null; /** 消息生成当前最大id值 */ this.msgIdNow=1; /** 滚动条效果是否停止 */ this.scrollBarIsStop=false; /** 移动前上次坐标位置 */ this.moveLastPos = null; /** 列表单元是否已打开 */ this.itemIsOpen=false; /**...

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

9. list 初始化时通过状态默认取消UI页面添加事件出错。 [ 90%]

...化时通过index 取消对应UI页面默认添加事件时,不仅将当前index事件取消掉了,还将index值为当前index倍数事件也取消掉了! 附件 : --> 2018-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

10. list只能显示一个图片 [ 88%]

...范围,则终止该函数 if(index > this.data.length)return; //获取当前渲染条目数据 var listData = this.data[index]; console.log(listData); //根据子节点名字listNumber,获取子节点对象。 //var img = cell.getChildByName("listNumber") ; var img = cell.getChildAt(0);...

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