大约有 336 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
...方法,请求官方帮助, lh文件内meshSprite添加阴影属性无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 请问在HTMLDivElement中onclick属性应当怎么用呢? textinput有没有类似placeholder的属性 在手机内直接访问h5文件夹下的...
来源: Laya_社区 发布时间: 20171109
...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
TextInput在native上的bug 问题1:设置了TextInput输入文本的editable=false ,但是触摸文本框还是会弹出键盘 问题2:点击按钮切换TextInput的type时,需要设置focus才会生效,但是设置了focus后键盘也会闪现出来 附件 : --> test.zip 2020-04-22 ...
来源: Laya_社区 发布时间: 20200422
...码创建TextArea多行输入文本组件(TextArea) 由于TextArea继承于TextInput,两者相同点太多这篇文章只介绍两者不同的地方,TextInput介绍到的点这里不再过多讲解。详细内容可以查阅TextArea API。 1. LayaAir IDE中使用TextArea 1.1 创建TextArea 如...
来源: Laya3.0_文档 发布时间: 20241014
textinput控件bug 1.7.12beta最新版本,1.7.11beta 都有这个问题。 新建一个typescript官方示例项目,然后拖一个comp下的textinput.png到场景中。保存发布,编译运行。发现贴图全乱了。 附件 : --> 2017-11-16 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20171116
app (IOS)上textinput设置maxChars无效 app (IOS)上textinput设置maxChars无效,安卓和网页上都可以 2017-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 你发个Demo过...
来源: Laya_社区 发布时间: 20171221
...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替换label中的显示内容 请问下 想要对一个label进行监听 点击后弹出一个textinput框 输入文本后替换原有label的内容 应该怎么做 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180411
...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
...同来自: 你用的引擎是哪个版本,我用Layaair1.6.0版本测试textinput,没有发现你说的这个问题,能提供下版本或一个重现问题的demo嘛,谢谢! 2017-01-09 0 0 分享 微博 QZONE 微信 a13121527420 - 哇啦哇啦哇啦! 赞同来自: 我用的 1.4 ...
来源: Laya_社区 发布时间: 20170108