大约有 159 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...后的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
HTMLDivElement下划线换行时,下划线颜色错误 当html文本中的一段字有下划线,并且下划线发生换行时,下划线的颜色总是黑色,而不是和这段文字的颜色一致 如上图,可以看到“创建的”三个字有下划线,并且下划线发生了换行...
来源: Laya_社区 发布时间: 20190801
我想问下如果要调用手机本地相册,能不能用HTMLDivElement?该怎么用 如题,如果我想调用本地相册加载到舞台中,这一过程怎么实现呢? 2017-01-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170111
...后的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
...跑马灯效果 import View = Laya.View import Image = Laya.Image import HTMLDivElement = Laya.HTMLDivElement import Sprite = Laya.Sprite import Box = Laya.Box /** 公告栏 */ export default class Notice extends View { /** 滚动区域 */ hornBox: Box /** html对象 */ html: HTMLDivElement /** 滚...
来源: Laya_社区 发布时间: 20180314
... 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
请问HTMLDivElement怎么加垂直滚动条 this.chat_lab = new Laya.HTMLDivElement(); this.chat_lab.pos(2, 2); this.chat_lab.size(495,329); this.rect_sprite.addChild(this.chat_lab); .... //输入了一大堆聊天记录后,内容超过了329px,虽然限高height:329px;并加入了overflow-y:s...
来源: Laya_社区 发布时间: 20210121
html文本(HTMLDivElement)的话 怎么斜体 html文本(HTMLDivElement)的话 怎么斜体 var scoreHtml = new HTMLDivElement(); scoreHtml.style.width = 72; scoreHtml.style.height = 50; scoreHtml.style.fontFamily = 'Arial'; scoreHtml.style.fontSize = 30; scoreHtml.style.color = '#3CFFBE'; score...
来源: Laya_社区 发布时间: 20170122
laya2.0版本,富文本HTMLDivElement中<p>标签里使用<br />标签时报错,在<span>里也不行 业务场景:在游戏后台使用富文本编辑器插件来更新游戏的公告,前端会获取这个公告的html并赋值给HTMLDivElement进行展示 在laya1.0没...
来源: Laya_社区 发布时间: 20190815
...高度,这个高度的计算有什么接口么? 另外如果我使用HTMLDivElement的话(富文本,这个是刚需),这个高度计算是否也有接口可以使用呢 2016-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20160823