调研互动课堂的 ticSdk.getBoardInstance().addBackgroundPic 新增白板并添加背景图片接口报js错误,直接设置背景图片接口是好的
board_sdk.mini.js:1 Uncaught TypeError: this.board.createBoradId is not a function
at d.addBackgroundPic (board_sdk.mini.js:1)
at online.addBackgroundPic (appForT.js?1=1:487)
at HTMLButtonElement.<anon
我是新来的相控器。我开始看youtube连续剧,我第一次遇到问题。我的背景图片没有加载。我有这个js代码
/* global Phaser */
var game = new Phaser.Game(1200,600, Phaser.AUTO);
var GameState = {
preload : function(){
this.load.image('background','assets/images/background.png');
},
create: function() {
this
我正在使用来拖拽背景图片,但它在IE8中不起作用,控制台说
Unable to get property 'match' of undefined or null reference,
File: draggable_background.js, Line: 63, Column: 15。
小提琴:
问题出在哪里?我该如何解决这个问题?
我想在我的流星网络应用程序中添加一个背景图片:
background: url('../public/img/car.jpg') no-repeat center center fixed;
但是,我得到以下错误消息:
jquery.js?hash=c334cf5…:3662 Not allowed to load local resource: file:///D:/project/app/public/car.jpg
我遗漏了什么?
我有一个带有自定义背景图像的QMessagebox。由于在背景图像的顶部有一些我想看到的东西,所以消息框的文本应该降低。有人知道我是怎么做到的吗?我已经尝试使用br添加了一些白线,所以:
popup.setText("<font size =5 color =white ><br>""<br>""<br>""Are you sure you
want to erase the memory</font> ");
但这搞乱了背景图片。有没有办法将包含文本的“框”移到较低的