大约有 2,806 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0078 秒)
...请: 与内容相关的链接 提交 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
...标签的写法,它是iframe跳转页面使用的,建议你可以使用htmlDivElement,这个是html文本,可以实现富文本的效果,但是像tr、td这些表格的标签不支持直接使用,你可以直接用js原生的写法,如下 var table = document.getElementById("tb1");//...
来源: Laya_社区 发布时间: 20170315
... 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
... 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
...后的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
...Laya.Tween.to来做缓动呢?比如position或者scale 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于使用matterjs物理引擎鼠标问题 求高人分享使用protobuff框架的游戏...
来源: Laya_社区 发布时间: 20161212
...7 麻烦请问一下支持什么富文本编辑器的导入,laya自带的HTMLDivElement不能够满足需求 Laya_Aaron • 2018-02-11 14:16 @AllenYT:目前富文本就这个方案了。你需求是什么呢? AllenYT • 2018-02-11 14:36 @Laya_Aaron 类似于咋们页面的这种富文本(我...
来源: Laya_社区 发布时间: 20180211
...文Laya本身就支持的不好,经常会出现乱码。就好比使用 HTMLDivElement 泰语 "มี" 这个字其实是2部分组成,所有哪怕是在h5浏览器上我测试的结果都是会乱码 2022-04-13 0 0 分享 微博 QZONE 微信 156*****628 赞同来自: HTMLDivElement乱...
来源: Laya_社区 发布时间: 20220323
... zyy • 2021-11-11 09:30 ??? zyy • 2021-11-11 09:32 Laya.stage.y 改变 HTMLDivElement 点击响应错误问题 多语言LayaAir IDE 显示错误问题 期待新版本修复哇 Laya_Fred • 2021-11-11 15:48 Laya.stage.y导致HTMLDivElement点击响应与多语言的问题还在查哈,上面示...
来源: Laya_社区 发布时间: 20211105
...1: this.img_head.loadImage(imgUrl, 0, 0, 96, 96); 方案2: var p: Laya.HTMLDivElement = new Laya.HTMLDivElement(); p.name == "headIcon"; this.img_head.addChild(p); var html: string = "<img src='" + imgUrl + "'/>";// style='width:96;height:96' />"; p.innerHTML = html; 其他的大部分...
来源: Laya_社区 发布时间: 20170709