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

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

1. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 100%]

...     if (this._children)                 this._children.forEach(function (o, index, array) {                     var _style = o._style;                     if(_style)                     {                       _style._enableLayout && _style...

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

2. 小游戏怎么截图 [ 84%]

... 生成图片的区域信息 * @param callBack 0成功;1失败 */ public function onCreateCustomPic(box:Box,callBack:Handler =null):void { //box是引擎层显示的一块区域对象,你可以随便改变,下面drawToCanvas后面是绘制大小跟位置信息,大概代码就是这样 if(Bro...

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

3. HTMLDivElement下划线换行时,下划线颜色错误 [ 72%]

...一段代码,错误应该是这段代码造成。 __proto.createOneLine=function(startWord,lastWords,hasLine,graphic,recList){ var lineY=lastWords.y+lastWords.height; if(hasLine) graphic.drawLine(startWord.x,lineY,lastWords.x+lastWords.width,lineY,this.color,1); var hitRec=HTMLHitRect.create(); hi...

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

4. 【解决】富文本html下划线换行bug [ 72%]

...   修改2.0版本 laya.html.js库里的代码__proto.renderSelfToGraphic=function(graphic,gX,gY,recList){ var cssStyle=this.style; var words=this._getWords(); var i=0,len=0; if (words){ len=words.length; var a; if (cssStyle){ var font=cssStyle.font; var color=cssStyle.color; if (cssStyle.stroke){ ...

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