大约有 11 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0070 秒)
textArea滚动条异常问题 textArea在设置为可编辑(editable = true)、自动换行的情况下,即使输入足够多换行,也是无法显示滚动条皮肤,皮肤路径没有问题。 而且测试过,在项目中运行中(在输入足够多字数后)动态修改textArea的...
来源: Laya_社区 发布时间: 20170812
多行输入文本组件(TextArea)1. LayaAir IDE中使用TextArea1.1 创建TextArea1.2 TextArea属性介绍1.3 脚本控制TextArea2. 通过代码创建TextArea多行输入文本组件(TextArea) 由于TextArea继承于TextInput,两者相同点太多这篇文章只介绍两者不同的地方,Tex...
来源: Laya3.0_文档 发布时间: 20241014
...blic/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; p...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames TextAreaProperties | Methods | Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。...
来源: laya_api 发布时间: 20170929
...el = Laya.Label; Text = Laya.Text; Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id值...
来源: Laya2.0_示例 发布时间: 20241119
...ceTextInput Label UIComponent Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 N...
来源: Laya2.0_api 发布时间: 20190513
...anceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align : String 表示文本的水平显示方...
来源: laya_api 发布时间: 20170929
...ut);//将 textInput 添加到显示列表。 } } Hierarchy Label TextInput TextArea Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _tf _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarc...
来源: Laya3.0_api 发布时间: 20231115
....Input['_initInput'](Laya.Input['area'] = Laya.Browser.createElement("textarea")); Laya.Input['_initInput'](Laya.Input['input'] = Laya.Browser.createElement("input")); Laya.Input['inputContainer'] = Laya.Browser.createElement("div"); Laya.Input['inputContainer'].style.p...
来源: Laya_社区 发布时间: 20200103