RunCode更新
2008-07-17 21:29 | Filed Under PHP, WordPress |
更新日志
v1.0
添加多语言支持。
新功能:复制到剪贴板。
插件主页:http://blog.sunshow.net/archives/367.html
WordPress的插件页:http://wordpress.org/extend/plugins/runcode/
心得体会:学习了一些有关多语言支持的知识
标签:code, plugin, run, WordPress, 插件, 更新, 语言相关日志
RunCode - plugin to show your code
2007-03-15 10:06 | Filed Under WordPress |
RunCode
A plugin for WordPress, which can be used to show your code.
-
AuthorSunshow,contact address:sunshow@gmail.com.
-
Plugin URL
-
FeaturesAdds a textarea to run your code(html/css/javascript).
-
Change Logv1.0
Add multi-language support.
Add new feature: copy to clipboard. -
Download
-
Usage<runcode>
<script>
window.alert("Hello world!");
</script>
<p>You can change the code before run.</p>
</runcode> -
Demo
提示:你可以先修改部分代码再运行。
-
AdditionalYou can define your own css, like below:.runcode_text {
height: 120px;
width: 90%;
}
.runcode_button {
border: 1px solid #8E9CAE;
}
以下为中文说明
RunCode - 运行代码插件
为WordPress增加运行Html/CSS/Javascript代码的功能.
-
作者Sunshow, sunshow@gmail.com.
-
插件地址
-
功能增加一个文本框用来运行代码(html/css/javascript).
-
更新日志v1.0
添加多语言支持。
新功能:复制到剪贴板。 -
下载
-
使用方法<runcode>
<script>
window.alert("Hello world!");
</script>
<p>You can change the code before run.</p>
</runcode> -
演示
提示:你可以先修改部分代码再运行。
-
更多信息你可以自由定义样式,例如:.runcode_text {
height: 120px;
width: 90%;
}
.runcode_button {
border: 1px solid #8E9CAE;
}
相关日志


