大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
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
...() { 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_社区 发布时间: 20170515
...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
... 用js原生的iframe试过,安卓可以,但是IOS上有问题 看了HTMLIframeElement组件,这个只能加载html文件 想请教一下,类似webview这种组件的实现思路该怎么样做? 附件项目,可以先在PC和安卓手机上测试,应该是正常的。但是到IPHONE...
来源: Laya_社区 发布时间: 20180306
....location.href=data; }5、实现html页面跳转 示例如下: var iHtml:HTMLIframeElement=new HTMLIframeElement(); Laya.stage.addChild(iHtml); iHtml.href="res/html/test.html";6、简单的图片显示 示例如下:var imageHtml:HTMLDivElement=new HTMLDivElement(); imageHtml.innerHTML="<img s...
来源: Laya_社区 发布时间: 20161027
...mentInheritanceHTMLDivElement Sprite Node EventDispatcher ObjectSubclasses HTMLIframeElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如: span:行内元素标签,比如:abc p:行元素标签,p...
来源: Laya2.0_api 发布时间: 20190513
...ement(); div.innerHTML = "adivspanspan2p"; Hierarchy Sprite HTMLDivElement HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs compone...
来源: Laya3.0_api 发布时间: 20231102