• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 66 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)

11. 打包后掉数字键盘 [ 82%]

...信 189*****192 赞同来自: 怎么设置数字键盘的 <input type="number">  type 设置成 number 吗? 2017-06-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zjw917329684 相关问题 图集打包找不到图集文件 ...

来源: Laya_社区 发布时间: 20170605

12. TextInputtype 属性设置为 number 的时候 可以输入e [ 81%]

TextInputtype 属性设置为 number 的时候 可以输入e TextInputtype 属性设置为 number 的时候 可以输入e!!!!! 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aa...

来源: Laya_社区 发布时间: 20180317

13. laya.events.Event_API3.0 [ 81%]

...efined in laya/events/Event.ts:195 Returns Event Properties button button: number = 0 Defined in laya/events/Event.ts:187 鼠标按键, 0:主按键,通常指鼠标左键 1:辅助按键,通常指鼠标滚轮中键 2:次按键,通常指鼠标右键 3:第四个按钮,通常指浏览...

来源: Laya3.0_api 发布时间: 20231115

14. 把textInputtype设置为number的时候无法设置最多能输入的字数 [ 79%]

把textInputtype设置为number的时候无法设置最多能输入的字数 2017-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: 183*****291 this.phoneNum.restrict = "0-9";  //...

来源: Laya_社区 发布时间: 20170616

15. 怎么获得laya.input输入框里面的值 [ 79%]

...stage中的坐标 获得,stage缩放比例 把textInputtype设置为number的时候无法设置最多能输入的字数 TextInput在手机上文字输入位置不对 问题状态 最新活动: 2017-04-24 09:31 浏览: 3459 关注: 2 人

来源: Laya_社区 发布时间: 20170424

16. UI-Input [ 79%]

...omplete));//加载资源。 } private onLoadComplete(): void { for (var i: number = 0; i < this.skins.length; ++i) { var input: TextInput = this.createInput(this.skins[i]); input.prompt = 'Type:'; input.x = (Laya.stage.width - input.width) / 2; input.y = i * this.SPACING + this.Y_OFFSET; } } private...

来源: Laya_示例 发布时间: 20241117

17. UI-Input [ 79%]

...omplete));//加载资源。 } private onLoadComplete(): void { for (var i: number = 0; i < this.skins.length; ++i) { var input: TextInput = this.createInput(this.skins[i]); input.prompt = 'Type:'; input.x = (Laya.stage.width - input.width) / 2; input.y = i * this.SPACING + this.Y_OFFSET; } } private...

来源: Laya2.0_示例 发布时间: 20241117

18. 输入框~2#@# [ 78%]

...on,而不是html路径 我应该如何处理 把textInputtype设置为number的时候无法设置最多能输入的字数 Input输入文本的restrict限制输入的字符怎么使用? TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? input怎么添加输入...

来源: Laya_社区 发布时间: 20170709

19. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 78%]

...Format { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否为斜体 */ italic?: number; /** * 行间距...

来源: Laya_社区 发布时间: 20171226

20. laya.ui.TextArea [ 77%]

...": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean ...

来源: laya_api 发布时间: 20170929