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

大约有 1,461 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0148 秒)

1431. laya.ui.LayoutBox_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1432. laya.ui.HSlider_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1433. laya.ui.VSlider_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1434. laya.ui.ScrollBar_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1435. laya.ui.TipManager_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1436. laya.ui.RadioGroup_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1437. laya.ui.ViewStack_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1438. laya.ui.Clip_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1439. laya.ui.ComboBox_API3.0 [ 33%]

... new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.toolTip = new Handler(this,showTips2, ["clip"]); }...

来源: Laya3.0_api 发布时间: 20231115

1440. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 33%]

...._arrLabel[index], Laya.Event.BLUR]); }); try { // 添加注册事件 this.btn_register.on(Laya.Event.CLICK, this, this._onRegister); } catch(e) { console.log(e); } } /** * 点击注册 */ private async _onRegister() { // console.table(this._arrCheck); } /** * 检查注册自信是否正确 */ priva...

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