#dot-vimrc在win7环境下的配置
首先要感谢Github,越来越发现这是个好东西。我依然是win7+gVIM.
神级东东在这里
var btn = document.getElementById("copy-button"); | |
btn.addEventListener("click", clickHandler, false); | |
function clickHandler(e) { | |
e.target.dispatchEvent(new ClipboardEvent("copy", {dataType:'text/plain', data:'Simulated copy. Yay!'})); | |
} |
* { outline: 1px solid red; } | |
*:before { outline: 1px dotted #800000; } | |
*:after { outline: 1px dashed #ff8080; } | |
* * { outline: 1px solid #ff4d00; } | |
* *:before { outline: 1px dotted #802600; } | |
* *:after { outline: 1px dashed #ffa680; } | |
* * * { outline: 1px solid #ff9900; } | |
* * *:before { outline: 1px dotted #804d00; } | |
* * *:after { outline: 1px dashed #ffcc80; } | |
* * * * { outline: 1px solid #ffe500; } |
Apple will reject apps that are using private url schemes (Ugh, Apple....) if they are pretty much obvius. Some apps are rejected and others are not, so, be aware of this issue before implementing any of those URL's in your app as a feature.