大约有 10 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0065 秒)
设置textinput的editable为false,但是在手机上依旧可编辑 我设置textinput的editable为false,在PC上的确不可编辑,但是打包成安卓app后,在手机上依旧可编辑,请问该怎么办?附件中有问题demo 版本1.7.2,不升级到1.7.4的原因是有该版本...
来源: Laya_社区 发布时间: 20170429
TextInput在native上的bug 问题1:设置了TextInput输入文本的editable=false ,但是触摸文本框还是会弹出键盘 问题2:点击按钮切换TextInput的type时,需要设置focus才会生效,但是设置了focus后键盘也会闪现出来 附件 : --> test.zip 2020-04-22 ...
来源: Laya_社区 发布时间: 20200422
输入文本组件(TextInput)1. LayaAir IDE中使用TextInput1.1 创建TextInput1.2 TextInput属性1.3 脚本控制TextInput2. Textinput代码创建输入文本组件(TextInput) 1. LayaAir IDE中使用TextInput 文本输入框是游戏中经常会用到的一个UI组件,任何需要输入的时...
来源: Laya3.0_文档 发布时间: 20241014
...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
...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
...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
...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
...ods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefin...
来源: Laya2.0_api 发布时间: 20190513
...Package.createWidget("editorResources/UI/MyWidget.widget"); let input: gui.TextInput = this._panel.getChild("TextInput").getChild("title"); input.on("changed", () => { console.log("改变了!"); }) } } 四、程序化生成界面 4.1 常用方法 除了使用UI编辑器制作界面,也可以...
来源: Laya3.0_文档 发布时间: 20241014