大约有 150 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0038 秒)
Laya_社区(105) Laya3.0_api(9) Laya2.0_api(8) laya_api(7) Laya3.0_文档(6) Laya2.0_示例(5) Laya2.0_文档(5) Laya_示例(5)
...hy EventDispatcher Socket Index Constructors constructor Properties disableInput protocols BIG_ENDIAN LITTLE_ENDIAN Accessors connected endian input output Methods cleanSocket close connect connectByUrl event flush hasListener off offAll offAllCaller on once send Constructors constructor new Socket(...
来源: Laya3.0_api 发布时间: 20231115
...值是固定的,可以直接这么写 但是如果想把用户通过Input输入框内的内容post给服务器要怎么写呢 比如:有Input文本名name和password。玩家输入后点登陆,这时候怎么把name.text和password.text写到 'name=myname&psword=xxx'这个里面,恳...
来源: Laya_社区 发布时间: 20170324
...lo LayaAir"} this.box.dataSource = {slider: 50, scroll: 80, progress: 0.2, input: "This is a input", label: {color: "#ff0000", text: "Hello LayaAir"}}; //list赋值,先获得一个数据源数组 var arr = []; for (var i = 0; i /// import test = game.ui.test.TestPageUI; import Label = Laya.Label; ...
来源: Laya_示例 发布时间: 20251130
...lo LayaAir"} this.box.dataSource = {slider: 50, scroll: 80, progress: 0.2, input: "This is a input", label: {color: "#ff0000", text: "Hello LayaAir"}}; //list赋值,先获得一个数据源数组 var arr = []; for (var i = 0; i /// import test = game.ui.test.TestPageUI; import Label = Laya.Label; ...
来源: Laya2.0_示例 发布时间: 20200319
TextInput如何聚焦? 如何利用代码聚焦TextInpu,使其进入输入状态(光标闪烁)? 2017-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 1、textInput无法做...
来源: Laya_社区 发布时间: 20170504
... let body = laya.utils.Browser.document.body; let input = laya.utils.Browser.createElement("input"); input.type = "file"; input.id = "photo"; body.appendChild(input); Laya.loader.load("comp/button.png"); ...
来源: Laya_社区 发布时间: 20161114
怎么让TextInput不弹出输入框 TextInput选中后能不弹出输入框,弹出后有些android机器粘贴出不来。 2017-05-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: tex...
来源: Laya_社区 发布时间: 20170517
...复问题请先登录 发起人 18336093936 相关问题 怎么获得laya.input输入框里面的值 请问如何让textinput组件输入密码的时候显示*号? Input输入文本的restrict限制输入的字符怎么使用? TextInput控件。想在边输入的过程中。边做监听。需要...
来源: Laya_社区 发布时间: 20170907
...的吗 ohkei • 2017-08-03 14:19 @qq2503995928:我做过,就是用<input type="file"......... qq2503995928 • 2017-08-03 14:23 @ohkei:能否给我一个demo 感激不尽 ohkei • 2017-08-03 14:27 @qq2503995928:就是用上面的方法啊,你试一下就知道了 qq2503995928 • ...
来源: Laya_社区 发布时间: 20170801
...url = null; } } } MiniSound._id = 0; MiniSound._audioCache = {}; class MiniInput { constructor() { } static _createInputElement() { Laya.Input['_initInput'](Laya.Input['area'] = Laya.Browser.createElement("textarea")); Laya.Input['_initInput'](Laya.Input['input'] = Laya.Browser.createEleme...
来源: Laya_社区 发布时间: 20200103