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

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

51. 如何监听键盘组合键 [ 72%]

...回复被折叠 要回复问题请先登录 发起人 sogetsu 相关问题 TextInput重写onFocusonBlur事件监听不到 请问下键盘事件的监听只能用stage么?其他对象监听不起作用,谢谢 怎么移除鼠标监听事件 scroller滚动监听问题 鼠标点击事件监听问...

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

52. 输入键盘收起时页面没有下移 [ 72%]

...页面传值? 怎么获得laya.input输入框里面的值 请问如何让textinput组件输入密码的时候显示*号? 重发问题: 点击页面会导致setTimeout setInterval 延迟执行 请问下LAYA怎么使用AJAX的方式,使页面发生局部刷新呢 为什么ide已经成功设置...

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

53. 打包安桌横屏,无法设置TextInput的imeOptions属性为flagNoExtractUi [ 72%]

打包安桌横屏,无法设置TextInput的imeOptions属性为flagNoExtractUi 打包安桌横屏,无法设置TextInput的imeOptions属性为flagNoExtractUi 2017-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回...

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

54. TextInput明明是居中输入,但是Native包却是从左到右输入,web模式运行没有问题 [ 72%]

TextInput明明是居中输入,但是Native包却是从左到右输入,web模式运行没有问题 我的文本输入框TextInput是设置的居中输入,web模式下运行,没有问题。但是Laya Native包就会变成从左输入。。。 附件 : --> 2019-07-05 添加评论 悬赏 --> ...

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

55. laya.ui.TextArea_API3.0 [ 72%]

...e.addChild(textArea);//将 textArea 添加到显示列表。 } } Hierarchy TextInput TextArea Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activ...

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

56. 怎么在模拟点击事件 [ 71%]

... 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocusonBlur事件监听不到 如何设置Sprite的宽高点击区域? 求指点3d射线碰撞UI点击穿透的问题 Animation如何加点击事件 ui list 里面的元素不能点击两次 救命...

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

57. socket监听 [ 71%]

...已经被锁定, 无法添加新回复 发起人 182*****278 相关问题 TextInput重写onFocusonBlur事件监听不到 List不能监听MouseMove,怎么判断是长按拖动还是滑动 scroller滚动监听问题 TextInputInput事件不监听backspace删除 鼠标点击事件监听问题 ...

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

58. TextInput有禁用中文输入法的功能吗? [ 69%]

TextInput有禁用中文输入法的功能吗? 类似 ime-mode 2018-06-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自:         static public const TYPE_TEXT:String = "text";  ...

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

59. laya.ui.TextArea [ 68%]

...ods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined...

来源: laya_api 发布时间: 20170929

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

...]] = tmpColors.join(","); } } } /** * 输入框样式赋值 * @param {Laya.TextInput} input * @param {ITextFormat} styleObj */ assignTextInputFontStyle(input: Laya.TextInput, style: string | ITextFormat): void { let styleObj: ITextFormat; if (typeof style === "string") { styleObj = this.getStyleById...

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