大约有 27 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0042 秒)
...ar.min = 0; //最高滚动位置数字 vScrollBar.max = 100; //滚动变化事件回调 vScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(vScrollBar); //创建提示信息 createPromptText(vScrollBar) } /***创建提示信息***/ private function createPro...
来源: Laya2.0_文档 发布时间: 20210715
...ar.min = 0; //最高滚动位置数字 hScrollBar.max = 100; //滚动变化事件回调 hScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(hScrollBar); //创建提示信息 createPromptText(hScrollBar) } /***创建提示信息***/ private function createPro...
来源: Laya2.0_文档 发布时间: 20210714
...n = 0; //最高滚动位置数字 this.hScrollBar.max = 100; //滚动变化事件回调 this.hScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 createPromptText(this.hScrollBar) } /***创建提示信息***/ function cr...
来源: Laya2.0_文档 发布时间: 20210714
...n = 0; //最高滚动位置数字 this.vScrollBar.max = 100; //滚动变化事件回调 this.vScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 createPromptText(this.vScrollBar) } /***创建提示信息***/ function cr...
来源: Laya2.0_文档 发布时间: 20210715
...位置 promptText.pos(comboBox.x,comboBox.y-40); } /***下拉列表选择事件回调***/ private function onSelect(comboBox:ComboBox):void { promptText.text="您的选择是: " + comboBox.selectedLabel; } } } ```
来源: Laya2.0_文档 发布时间: 20210714
...| | ` upload` | ` XMLHttpRequestUpload` | 可以在 `upload 上添加一个事件监听来跟踪上传过程。` | | ` withCredentials` | ` boolean` | 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如cookie或授权的header)。 默认为 `fa...
来源: Laya2.0_文档 发布时间: 20210714
...| | ` upload` | ` XMLHttpRequestUpload` | 可以在 `upload 上添加一个事件监听来跟踪上传过程。` | | ` withCredentials` | ` boolean` | 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如cookie或授权的header)。 默认为 `fa...
来源: Laya2.0_文档 发布时间: 20210715
...n = 0; //最高滚动位置数字 this.hScrollBar.max = 100; //滚动变化事件回调 this.hScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 this.createPromptText(this.hScrollBar) } /***创建提示信息***/ p...
来源: Laya2.0_文档 发布时间: 20210715
...n = 0; //最高滚动位置数字 this.vScrollBar.max = 100; //滚动变化事件回调 this.vScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 this.createPromptText(this.vScrollBar) } /***创建提示信息***/ p...
来源: Laya2.0_文档 发布时间: 20210715
.... | | `upload` | `XMLHttpRequestUpload` | 可以在 `upload 上添加一个事件监听来跟踪上传过程。` | | `withCredentials` | `boolean` | 表明在进行跨站(cross-site)的访问控制(Access-Control)请求时,是否使用认证信息(例如cookie或授权的header)。 默认为 `fals...
来源: Laya2.0_文档 发布时间: 20210715