大约有 2,817 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0069 秒)
Laya_社区(2807) laya_api(2) Laya3.0_api(2) Laya2.0_文档(2) Laya2.0_示例(1) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1)
...tive1.0.7, 引擎1.7.14beta,多行文本不换行 富文本:LayaAir下 HtmlDivElement的使用汇总 文本控件里面哪个可以做到,超过区域的文本 滚动显示 做复制文本到粘贴板时遇到的奇怪问题 如何截取小数点之前的数字 HTMLDivElement 文本内容会...
来源: Laya_社区 发布时间: 20180321
...做的H5 按照官方的教程直接移植微信小程序,发现移植后HtmlDivElement 不能用,部分图片在android和ios上显示不一致。ios是移植后显示与h5模式没有任何不同,但是android显示不对。错乱。 还有一个加载那块要怎么改? 改成小程序4m...
来源: Laya_社区 发布时间: 20180102
...后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from...
来源: Laya_社区 发布时间: 20170911
向Sprite添加复杂的富文本 因为HTMLDivElement支持的html标签和元素很少,我想将一个复杂html格式的字符串添加到一个sprite的上面显示,有方法可以解决吗?我的项目是用的AS,能通过嵌入JS实现吗? 2017-07-10 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170710
...报错: GlowFilter is not a constructor 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? 一直报 GamePage is not a constructor 急求解决 new Laya.Templet() 时,说这不是一个constructor 请问 2.x 提示 Laya.Templet is not a con...
来源: Laya_社区 发布时间: 20180319
富文本排版问题 let div:Laya.HTMLDivElement = new Laya.HTMLDivElement(); let htmlStr:string = ""; htmlStr += "<span style='font-weight:bold;font:24px Arial' color='#fafbf9'>累计进行关卡</span>"; htmlStr += "<span style='font-weight:bold;font:48px Arial;valign:top' colo...
来源: Laya_社区 发布时间: 20180718
...请: 与内容相关的链接 提交 1 个回复 ssqhu 赞同来自: var p:HTMLDivElement = new HTMLDivElement(); Laya.stage.addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; p.style.align = "center"; var html:String = "<span color='#ffffff'>居中测...
来源: Laya_社区 发布时间: 20170221
... new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor Laya.HTMLDivElement is not a constructor 一直报 GamePage is not a constructor 急求解决 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? new Laya.Templet() 时,说...
来源: Laya_社区 发布时间: 20170421
...多问题了,导致微信小程序无法使用富文本,用的是Laya.HTMLDivElement,当导入domparserinone.js时提示Error: module "libs/entities" is not defined。求官方给个答案 2019-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20190105
... 18336093936 • 2017-09-11 16:17 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { th...
来源: Laya_社区 发布时间: 20170911