大约有 1,237 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0081 秒)
...e.name就可以判断你当前点击到的是哪个输入框了 例如: textInput = new TextInput(); textInput.bgColor = "#ffcccc"; textInput.size(200,200); Laya.stage.addChild(textInput); textInput.name = "aa"; textInput.on(Event.FOCUS,this,onFoucs); private function onFoucs(e:Event):void { trace...
来源: Laya_社区 发布时间: 20171026
TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? 2017-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: lrx0326 可以监听TextInput的E...
来源: Laya_社区 发布时间: 20170412
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和...
来源: laya_api 发布时间: 20170929
... 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 关于遍历产生的sprite的点击事件,急,大神帮看哈 Animation如何加点击事件 spine在微信小游戏中切换动画无法显示 event自定义事件的问...
来源: Laya_社区 发布时间: 20240228
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextInputProperties | Methods | Events Packagelaya.uiClasspublic class TextInputInheritanceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和...
来源: Laya2.0_api 发布时间: 20190513
ipad端textinput设置为scroll还是不能滚动 我想实现当输入框字符超出原先输入框宽度后,可以通过水平滚动显示输入内容,但是在ipad上不能滚动。 我已经设置了overflow = Laya.Text.SCROLL 请问输入框是否存在问题? let input: Laya.TextInput ...
来源: Laya_社区 发布时间: 20170820
...回复被折叠 要回复问题请先登录 发起人 sogetsu 相关问题 TextInput重写onFocus和onBlur事件监听不到 请问下键盘事件的监听只能用stage么?其他对象监听不起作用,谢谢 怎么移除鼠标监听事件 scroller滚动监听问题 鼠标点击事件监听问...
来源: Laya_社区 发布时间: 20180406
...被折叠 要回复问题请先登录 发起人 Zzz18815519 相关问题 TextInput重写onFocus和onBlur事件监听不到 TextInput的Input事件不监听backspace删除 button的点击和悬浮特效怎么取消 请问下键盘事件的监听只能用stage么?其他对象监听不起作用,谢...
来源: Laya_社区 发布时间: 20171012
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextInput" TextInput Class TextInput TextInput 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextIn...
来源: Laya3.0_api 发布时间: 20231115
...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