大约有 1,383 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(1078) Laya2.0_文档(80) Laya3.0_api(75) Laya_示例(42) Laya2.0_示例(40) Laya3.0_文档(27) Laya2.0_api(22) laya_api(19)
...dayInput, passwordInput]); function showLabel(label,x,y){ var t = new Laya.Text(); t.height = this.rowHeight; t.valign = "middle"; t.fontSize = 15; t.font = "SimHei"; t.text = label; t.pos(x, y); this.form.addChild(t); } function createInputElement(){ var input = Laya.Browser.createElement("input");...
来源: Laya_示例 发布时间: 20241118
...题 空工程中代码如下: Main.js: const Sprite = Laya.Sprite; const Text = Laya.Text; const Texture = Laya.Texture; Laya.init(800, 600); var txt = new Text(); txt.pos(200, 200); txt.color = "#FFFFFF"; txt.text = "000000"; Laya.stage.addChild(txt); var spr = new Sprite(); spr.size(50, 50...
来源: Laya_社区 发布时间: 20190401
textArea滚动条异常问题 textArea在设置为可编辑(editable = true)、自动换行的情况下,即使输入足够多换行,也是无法显示滚动条皮肤,皮肤路径没有问题。 而且测试过,在项目中运行中(在输入足够多字数后)动态修改textArea的...
来源: Laya_社区 发布时间: 20170812
...TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Text_InputMultiline { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL...
来源: Laya2.0_示例 发布时间: 20241118
...ad property 'length' of undefined for (var i = 0; i < text.length; i++) { ^^ TypeError: Cannot read property 'length' of undefined at conchTextCanvas.measureText (apploader.js:338:34) ...
来源: Laya_社区 发布时间: 20190829
...:45 浏览: 870 关注: 2 人 asdf131 • 2017-08-22 20:08 this.txtMapName.text = "地图:"+name; 用语言包的话的分两次赋值? this.txtMapName.text = "地图:"; this.txtMapName.text = this.txtMapName.text + name;
来源: Laya_社区 发布时间: 20170821
TextArea的change事件不触发 text.on("CHANGE",this,function(){ console.log("text",text.text); }) 2018-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 你参考下官网的事件类...
来源: Laya_社区 发布时间: 20180404
textinput lose focus时候,有1px的位置变化 bug 确认: 环境: latest chrome, repro steps: 1. 在页面上加一个text input. 2. 在text input输入东西 3. 当focus从text input切换时,整个text input会用1px的位移。 请问如何避免这个 ? 2018-03-17 添加评论 免...
来源: Laya_社区 发布时间: 20180317
...ChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.lang] } public setCurPage(index: number) { i...
来源: Laya_社区 发布时间: 20171202
...ChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.lang] } public setCurPage(index: number) { i...
来源: Laya_社区 发布时间: 20181112