大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
..."; html += "HTML文本"; p.innerHTML = html; } showExternalHTML() { const HTMLIframeElement = Laya.HTMLIframeElement; let p = new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "res/html/test.html"; p.y = 200; } } new Text_HTML();module laya { import Stage = Laya.Stage; import HTMLDivElement ...
来源: Laya2.0_示例 发布时间: 20241117
...() { var Stage = Laya.Stage; var HTMLDivElement = Laya.HTMLDivElement; var HTMLIframeElement = Laya.HTMLIframeElement; var Browser = Laya.Browser; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.a...
来源: Laya_示例 发布时间: 20241117
HTMLIframeElement报错 我用 var p:HTMLIframeElement = new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "test.html"; p.y = 200; 一执行就报错是为什么啊?错误如下: Utils.parseXMLFromString=function(value){ var rst; value=value.replace(/>\s+</g,'><'); rst=(new ...
来源: Laya_社区 发布时间: 20180103
使用HTMLIframeElement加载html网页的问题。 Laya的HTMLIframeElement嵌入html,不支持html的table、tr、td这些标签吗?(如下demo附件) html文件应该以什么标准来写? [error] Undefined class: table [error] Undefined class: tr [error] Undefined class: td 附件 : -...
来源: Laya_社区 发布时间: 20170315
...I DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLIframeElementProperties | Methods Packagelaya.html.domClasspublic class HTMLIframeElementInheritanceHTMLIframeElement HTMLDivElement laya.html.dom.HTMLElement iframe标签类,目前用于加载外并解析数据 Publi...
来源: laya_api 发布时间: 20170929
HTMLIframeElement 不支持很多标签,希望知道这东西支持哪些标签? HTMLIframeElement加载外部html并显示的测试: 1、在本地部署layaair samples 2、切换到Text_HTML示例 3、进入该示例使用的res目录:samples\res\html\test.html 4、修改此html,添加 u...
来源: Laya_社区 发布时间: 20181012
...TMLDivElementInheritanceHTMLDivElement laya.html.dom.HTMLElementSubclasses HTMLIframeElement DIV标签 Public Properties PropertyDefined By contextHeight : Number 实际内容的高 HTMLDivElement contextWidth : Number 实际内容的宽 HTMLDivElement height : Number[override] [read-only]...
来源: laya_api 发布时间: 20170929
... Laya.stage.screenMode = "vertical"; var iframe = new laya.html.dom.HTMLIframeElement(); iframe.href="http://www.baidu.com"; Laya.stage.addChild(iframe); //showText(); })(); 2017-11-13 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: 麻烦你说的具体一点...
来源: Laya_社区 发布时间: 20171113
...浏览器访问网址 3.6 实现html页面跳转 示例如下: var iHtml:HTMLIframeElement = new HTMLIframeElement(); Laya.stage.addChild(iHtml); iHtml.href="test.html"; 运行效果: 3.7 为HtmlDivElement设置行间距,leading属性,注意,必须设置valign=’middle’ 示例如下: ...
来源: Laya3.0_文档 发布时间: 20230303
...rotected All Inherited Externals Only exported Menu Globals "laya/html/dom/HTMLIframeElement" HTMLIframeElement Class HTMLIframeElement iframe标签类,目前用于加载外并解析数据 Hierarchy HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _sce...
来源: Laya3.0_api 发布时间: 20231102