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

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

1. laya.html.HtmlElement_API3.0 [ 100%]

...ic/Protected All Inherited Externals Only exported Menu Globals "laya/html/HtmlElement" HtmlElement Class HtmlElement Hierarchy HtmlElement Index Constructors constructor Properties _attrs name obj space style text type pool Methods fetchAttributes getAttr getAttrBool getAttrFloat getAttrInt getAttr...

来源: Laya3.0_api 发布时间: 20231115

2. HTMLElement发生内存泄漏 [ 92%]

HTMLElement发生内存泄漏  html内存泄漏,新建的HTMLElement没有从Laya.Pool中获得,因为传入的参数不是字符串,而是一个类 附件 : --> 2021-09-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

3. HTMLElement能否提供偏移量的接口 [ 91%]

HTMLElement能否提供偏移量的接口 HTMLElement虽然有对html的x,y做解析,但是是无效的,我看了一下逻辑代码,显示对象的xy,是根据前一个显示对象位置和宽高来重新计算的,没有加上xy设置的值 curLine.elements.push(oneLayout); curLine.h = ...

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

4. 打包APP 使用HTMLELEMENT怎么解决? [ 89%]

打包APP 使用HTMLELEMENT怎么解决? 2018-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 请详细说一下你的问题 或者提供一个完整的示例 问题发一遍就好 不...

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

5. HTMLElement的contextHeight算出来和实际的高度是不一样的,为什么? [ 89%]

HTMLElement的contextHeight算出来和实际的高度是不一样的,为什么? 如题 2017-07-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 sleepfish 赞同来自:  - -找到问题了。后面改过文...

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

6. HTMLDivElement [ 87%]

...le.Particle2D', 'div': 'laya.html.dom.HTMLDivElement', 'p': 'laya.html.dom.HTMLElement', 'img': 'laya.html.dom.HTMLImageElement', 'span': 'laya.html.dom.HTMLElement', 'br': 'laya.html.dom.HTMLBrElement', 'style': 'laya.html.dom.HTMLStyleElement', 'font': 'laya.html.dom.HTMLElement', 'a': 'laya.html....

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

7. laya.html.HtmlImage_API3.0 [ 83%]

...prite Defined in laya/html/HtmlImage.ts:9 Accessors element get element(): HtmlElement Defined in laya/html/HtmlImage.ts:18 Returns HtmlElement height get height(): number Defined in laya/html/HtmlImage.ts:26 Returns number width get width(): number Defined in laya/html/HtmlImage.ts:22 Returns numbe...

来源: Laya3.0_api 发布时间: 20231115

8. laya.html.HtmlLink_API3.0 [ 82%]

...laya/html/HtmlLink.ts:14 Returns HtmlLink Accessors element get element(): HtmlElement Defined in laya/html/HtmlLink.ts:27 Returns HtmlElement height get height(): number Defined in laya/html/HtmlLink.ts:35 Returns number width get width(): number Defined in laya/html/HtmlLink.ts:31 Returns number M...

来源: Laya3.0_api 发布时间: 20231115

9. laya.html.HtmlParser_API3.0 [ 72%]

...ts:14 Methods parse parse(aSource: string, style: TextStyle, out: Array<HtmlElement>, options?: HtmlParseOptions): void Defined in laya/html/HtmlParser.ts:33 Parameters aSource: string style: TextStyle out: Array<HtmlElement> Optional options: HtmlParseOptions Returns void Object literal...

来源: Laya3.0_api 发布时间: 20231115

10. 如何获取HTMLDivElement对象的文本值 [ 70%]

...ring = "";             var tTxt:String;             var tHTMLElement:HTMLElement;             for(var i:int = 0,n:int = div._childs.length;i < n;i++)             {                 tHTMLElement = div.getChildAt(i) as HTMLElement;            ...

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