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

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

41. AnimationPlayer如何规定在stop时候停在指定帧上?或者如何stop到最开始位置。 [ 59%]

...后回到原大小或原位置,应该用什么缓动模式 关于panelscroll怎么修改滚动条位置及样式 TextInput在手机上文字输入位置不对 tiledmap缩放时地图位置错乱 如何获取和设置scrollbar滚动位置 获取Sprite位置问题 请问怎么实现点击...

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

42. 如何操作List内物件属性 [ 59%]

...也跟着滚动,并且两个list同时滚动一模一样。 将list里scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 List滑动条会引起单元格上按钮点击后多次触发点击事件 请问layaair2.0-js 怎么用程序在list中添加...

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

43. 文本控件里面哪个可以做到,超过区域文本 滚动显示 [ 59%]

...是文本滚动看示例: http://layaair.ldc.layabox.com/demo/?Text_Scroll   文档: http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=62&id=566   如果你是想实现文本在List滚动看这个:laya.ui.List API 垂直方向滚动条皮肤 vScrollBarSkin...

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

44. 无限循环滚动列表 [ 58%]

...自: 他也是自己写  监听滑动  this._list.on(fairygui.Events.SCROLL, this, this.doSpecialEffect); 通过cell 距离 设置他缩放比 MainPanel.prototype.doSpecialEffect = function () {         //change the scale according to the distance to the middle         var midX = th...

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

45. layaUI.max.all.js 这个文件怎么生成[ 56%]

...2,tab3","var":"tab"},"type":"Tab"},{"props":{"x":259,"y":223,"skin":"comp/vscroll.png","height":150},"type":"VScrollBar"},{"props":{"x":224,"y":223,"skin":"comp/vslider.png","height":150},"type":"VSlider"},{"type":"List","child":[{"type":"Box","child":[{"props":{"skin":"comp/label.png","text":"this ...

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

46. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 56%]

...出。 TextArea比TextInput多出属性如下: 属性 功能说明 vscrollbarskin 添加垂直滚动条皮肤 hscrollbarskin 添加水平滚动条皮肤 scrolltype 文本域滚动类型,需要配合对应滚动条皮肤使用。共有四种类型:none:无滚动(默认),horizon...

来源: Laya3.0_文档 发布时间: 20241014

47. 关于 iframe跳转地址 [ 55%]

...order = "no"; iframe.marginwidth="0px"; iframe.marginheight="0px" ; iframe.scrolling = "no"; iframe.border="0px" iframe.style.position = "absolute"; iframe.style.left = "0px"; iframe.style.top = "0px"; iframe.style.zIndex = 66666; iframe.style.backgroundColor = "#ffffff"; iframe.src = url; iframe.st...

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

48. 求助,屏幕旋转后滚动条没有跟随旋转 [ 53%]

...pos(1060, 280); let panel = new Laya.Panel(); panel.size(638, 527); panel.vScrollBarSkin = "CommDialog/vscroll.png"; this.sp_wanfa.addChild(panel); let t = new Laya.Label(); t.width = 638; t.fontSize = 25; t.wordWrap = true; t.color = "#976A4F"; t.overflow = "scroll" t.leading = 20; t.text =WanF.xin...

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

49. 用laya自带ui编辑器 编辑了一个ui界面,怎么加载啊? 怎么写代码让这个ui界面, 在程序运行时,显示出来啊? [ 52%]

...2,tab3","var":"tab"},"type":"Tab"},{"props":{"x":259,"y":223,"skin":"comp/vscroll.png","height":150},"type":"VScrollBar"},{"props":{"x":224,"y":223,"skin":"comp/vslider.png","height":150},"type":"VSlider"},{"type":"List","child":[{"type":"Box","child":[{"props":{"skin":"comp/label.png","text":"this ...

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

50. laya.ui.TextInput [ 49%]

...指定文本超出文本域后行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边距(边距以像素为单位)" Label parent : Node[read-on...

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