大约有 46 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0060 秒)
Laya_社区(32) Laya2.0_api(3) laya_api(3) Laya2.0_文档(3) Laya3.0_文档(2) Laya3.0_api(1) Laya2.0_示例(1) Laya_示例(1)
密码输入框的文字怎么不见了 试一下文本输入框type="password"的情况,结果输入完失去焦点后文字就不显示了,获取焦点后又还在,文字颜色是调了白色的,不知道是什么情况 附件 : --> 2021-04-23 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20210423
...me.login.LoginRequest"); var message:any=awesomMsg.create( {username:'nk', password:'123', usertype:1} ); var buffer=awesomMsg.encode(message).finish(); //封装数据为约定的格式 length,id,buff socket.output.writeInt32(length); socket.output.writeInt32(id); socket.output.writeArrayBuffer(buff...
来源: Laya_社区 发布时间: 20171113
...原生的 HTMLInputElement 在安卓下,这个对象一旦设置type为password,弹出的就是安全键盘,即使再设置为 type=text 也无法恢复普通键盘了 绕过的方法是每次都重新创建 源码: input.as private function _setInputMethod():void { ...
来源: Laya_社区 发布时间: 20190816
... 读URL parameter parameter 2 is not of type 'WebGLTexture' textinput(type=password)手机打开华为安全键盘后,无法关闭(官网的例子) layaNative打包3d安卓包报错AnimationClipParser04:unknown type,网页上没问题 问题状态 最新活动: 2020-07-28 14:33 浏览: 3988 关注...
来源: Laya_社区 发布时间: 20200722
...; public btn_login:Laya.Button; public lab_password:Laya.TextInput; public btn_register:Laya.Button; public chkbox_account_rem:Laya.CheckBox; constructor(){ super()} createChildren():void { super.createChildren(); this.loadScene("login/...
来源: Laya_社区 发布时间: 20181207
...e 字符串类型时,是否为多行输入,true:是,false:不是 password password: true 是否密码输入,true:是,false:不是。密码输入会隐藏输入的内容 submitOnTyping submitOnTyping: false 如果设置为true,那么每次输入一个字符,就会提交一次。...
来源: Laya3.0_文档 发布时间: 20251010
...值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段...
来源: laya_api 发布时间: 20170929
...TYPE_DATE_TIME TYPE_DATE_TIME_LOCAL TYPE_EMAIL TYPE_MONTH TYPE_NUMBER TYPE_PASSWORD TYPE_RANGE TYPE_SEARCH TYPE_TEXT TYPE_TIME TYPE_URL TYPE_WEEK VISIBLE _passwordChar drawtocanvCtx isAppUseNewInput langPacks Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgC...
来源: Laya3.0_api 发布时间: 20231115
...`user` 用户名,可选参数,为授权使用;默认参数为空string. - `password` 密码,可选参数,为授权使用;默认参数为空string.密码,可选参数,为授权使用;默认参数为空string. #### overrideMimeType() 重写由服务器返回的MIME type。这个可用于, 例如,强...
来源: Laya2.0_文档 发布时间: 20210714
...`user` 用户名,可选参数,为授权使用;默认参数为空string. - `password` 密码,可选参数,为授权使用;默认参数为空string.密码,可选参数,为授权使用;默认参数为空string. #### overrideMimeType() 重写由服务器返回的MIME type。这个可用于, 例如,强...
来源: Laya2.0_文档 发布时间: 20210715