我正在使用svg在ipad phonegap应用程序中涂鸦图像。
初始化svg的代码为:
function initDrawing(){
var paper;
var masterBackground ;
paper = Raphael(document.getElementById('scroller'),780,1500);
masterBackground = paper.image("data:image/jpg;base64,"+test,0,0,780,1500);
}
我正在使用raphael.js库创建svg元素。
一切都很好。
我见过很多类似的问题,但我还是很困惑。
我希望onEdit脚本只在特定的选项卡上工作。我试过几件事,但没有一件是正确的。
我的工作表上的标签叫做“网络涂鸦”。我想在工作表上的其他选项卡上运行这个脚本,但是列的顺序不同。我知道如何编辑脚本来编辑不同的列,但我不知道如何使它只在指定的选项卡上工作。
这是我正在使用的脚本。
function onEdit(e) {
if (!e) {
throw new Error(
);
}
indirectTimestamp_(e);
}
/**
* Inserts a timestamp in column T when col