大约有 51 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(22) Laya2.0_api(5) Laya2.0_示例(5) laya_api(5) Laya_示例(4) Laya3.0_文档(4) Laya3.0_api(3) Laya2.0_文档(3)
...是文本的滚动看示例: 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
...自: 他也是自己写的 监听滑动 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
...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
...出。 TextArea比TextInput多出的属性如下: 属性 功能说明 vscrollbarskin 添加垂直滚动条皮肤 hscrollbarskin 添加水平滚动条皮肤 scrolltype 文本域的滚动类型,需要配合对应的滚动条皮肤使用。共有四种类型:none:无滚动(默认),horizon...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...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
...指定文本超出文本域后的行为。其值为"hidden"、"visible"和"scroll"之一。 性能从高到低依次为:hidden > visible > scroll。 Label padding : String 边距信息 "上边距,右边距,下边距 , 左边距(边距以像素为单位)" Label parent : Node[read-on...
来源: Laya2.0_api 发布时间: 20190513
...检测依据。 Stage对象和UI的View组件默认为true。 Sprite hScrollBar : HScrollBar[read-only] 水平滚动条实体TextArea hScrollBarSkin : String水平滚动条皮肤TextArea italic : Boolean 表示使用此文本格式的文本是否为斜体。 默认值为 false,这意味着...
来源: Laya2.0_api 发布时间: 20190513
...称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值为ture时:将对此对象使用了scrollRect 设定的显示区域以外的显示内容不进...
来源: laya_api 发布时间: 20170929