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

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

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

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

1433. laya.ui.VBox_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.Slider_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.HBox_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.Label_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.Tab_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.Image_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.FontClip_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. laya.ui.Dialog_API3.0 [ 33%]

...= "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { dialog = new Dialog_Instance();//创建一个 Dialog_Instance 类的实例对象 dialog。 dialog.dragArea = "...

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