大约有 22 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
...例如:"4,4,4,4,1" type 输入框类型,共有十三种类型:text、password、email、url、number、range、date、month、week、time、dateime、dateime—local、search。效果等同HTML的input maxchars 最大字符数,默认为100000。设置字符数量限制时,小于等于0的...
来源: Laya3.0_文档 发布时间: 20241014
...nput = createInputElement(); var birthdayInput = createInputElement(); var passwordInput = createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, fitDOMElements, [emailInput, birthdayInput, passwordInput]); function showLabel(label,...
来源: Laya_示例 发布时间: 20241117
...s.createInputElement(); let birthdayInput = this.createInputElement(); let passwordInput = this.createInputElement(); birthdayInput.type = "date"; passwordInput.type = "password"; Laya.stage.on(Laya.Event.RESIZE, this, this.fitDOMElements, [emailInput, birthdayInput, passwordInput]); } showLabel(lab...
来源: Laya2.0_示例 发布时间: 20241117
...type : String 输入框类型为Input静态常量之一。 TYPE_TEXT TYPE_PASSWORD TYPE_EMAIL TYPE_URL TYPE_NUMBER TYPE_RANGE TYPE_DATE TYPE_MONTH TYPE_WEEK TYPE_TIME TYPE_DATE_TIME TYPE_DATE_TIME_LOCAL 平台兼容性参见http://www.w3school.com.cn/html5/html_5_form_input_types.asp。 Input under...
来源: Laya2.0_api 发布时间: 20190513
...题了 如图,官方提供的input示例 给测试代码加了一个type=password,然后执行代码 在修改后的input里输入18个空格即可。。 附件 : --> 2018-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20180103
...e 字符串类型时,是否为多行输入,true:是,false:不是 password password: true 是否密码输入,true:是,false:不是。密码输入会隐藏输入的内容 submitOnTyping submitOnTyping: false 如果设置为true,那么每次输入一个字符,就会提交一次。...
来源: Laya3.0_文档 发布时间: 20241014
...值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段...
来源: laya_api 发布时间: 20170929
...e 字符串类型时,是否为多行输入,true:是,false:不是 password password: true 是否密码输入,true:是,false:不是。密码输入会隐藏输入的内容 submitOnTyping submitOnTyping: false 如果设置为true,那么每次输入一个字符,就会提交一次。...
来源: Laya3.0_文档 发布时间: 20241014
...type : String 输入框类型为Input静态常量之一。 TYPE_TEXT TYPE_PASSWORD TYPE_EMAIL TYPE_URL TYPE_NUMBER TYPE_RANGE TYPE_DATE TYPE_MONTH TYPE_WEEK TYPE_TIME TYPE_DATE_TIME TYPE_DATE_TIME_LOCAL 平台兼容性参见http://www.w3school.com.cn/html5/html_5_form_input_types.asp。 TextInput u...
来源: Laya2.0_api 发布时间: 20190513
...,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段...
来源: laya_api 发布时间: 20170929