?? remotepaths_test.js
字號:
// needed in test_RemotePaths.html
// needs executescripts true
obj.extScriptToggle = function(){
var a = document.getElementById("extToggler");
var txt = a.firstChild.nodeValue;
if(txt == "Ext. js file scripttest, Released"){
txt = "Ext. js file scripttest, Pushed";
}else{
txt = "Ext. js file scripttest, Released";
}
var txtNode = document.createTextNode(txt);
a.replaceChild(txtNode,a.firstChild);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -