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

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

101. laya 舞台上的元素添加事件 模拟触发dom元素事件 [ 67%]

... 分享:自定义事件派发与侦听(A页面派发 B页面侦听) TextInput重写onFocus和onBlur事件监听不到 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? ui list 里面的元素不能点击两次 l...

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

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

...]] = 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

103. laya.ui.TextArea [ 66%]

...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

104. Laya2.0构建APP运行闪退,laya.core.js报错 [ 66%]

... at Input.<anonymous> (http://stand.alone.version/lib ... 712:21) at TextInput.<anonymous> (http://stand.alone.version/libs/laya.ui.js:2751:19) at Function.SceneUtils.setCompValue (http://stand.alone.version/lib ... 978:14) at Function.SceneUtils.createComp (http://stand.alone.version/li...

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

105. 关于几种文本的区别与用法 [ 65%]

...与用法 查阅API的时候,才发现文本方面  不止有 Text 跟TextInput 才疏学浅了,求普及讲解一下以下文本类的主要区别——优势,主要用途——常用在哪里: (API上能查到的东西就不要发了,我想知道的不是怎么用,而是区别与用...

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

106. 资源管理器(ActionScript-IDE篇(AS3)-设计模式基础) [ 65%]

...----- | -------------------------- | | Label | 文本框 | label_ | -- | | TextInput | 输入框 | textinput_ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | ...

来源: Laya2.0_文档 发布时间: 20210714

107. 资源管理器(TypeScript-IDE篇(TS)-设计模式基础) [ 64%]

...----- | -------------------------- | | Label | 文本框 | label_ | -- | | TextInput | 输入框 | textinput_ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | ...

来源: Laya2.0_文档 发布时间: 20210715

108. 资源管理器(JavaScript-IDE篇(JS)-设计模式基础) [ 64%]

...----- | -------------------------- | | Label | 文本框 | label_ | -- | | TextInput | 输入框 | textinput_ | input_ | | TextArea | 带滚动条的文本域 | textarea_ | area_ | | Button | 按钮 | button_ | btn_ | | CheckBox | 多选框 | checkbox_ | check_ | | Radio | 单选框 | radio_ | -- | ...

来源: Laya2.0_文档 发布时间: 20210714

109. android 输入框有没有什么办法不要全屏 [ 64%]

... - 杀意来袭 怎么获得laya.input输入框里面的值 请问如何让textinput组件输入密码的时候显示*号? 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 【BUG备忘录】关于Tween动画无法正常作用问题-解决办法 3d项目-unity...

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

110. 如何去掉或禁用密码框的自动完成功能? [ 64%]

...完成功能?在某些版本的谷歌浏览器中,密码输入框即 TextInput.type = Input.TYPE_PASSWORD 时,点击密码输入框会显示黄底框并有什么“使用以下项的功能”,并自动填上之前填的的密码。很丑很烦人有没有。   附件 : --> 2017-08-29 添加...

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