📄 example.js
字号:
// DOM ready!
$(function(){
// Use i18n settins to show images instead text in menu links
$.fn.EasyWidgets({
i18n : {
editText : '<img src="./edit.png" alt="Edit" width="16" height="16" />',
closeText : '<img src="./close.png" alt="Close" width="16" height="16" />',
collapseText : '<img src="./collapse.png" alt="Close" width="16" height="16" />',
cancelEditText : '<img src="./edit.png" alt="Edit" width="16" height="16" />',
extendText : '<img src="./extend.png" alt="Close" width="16" height="16" />'
}
});
});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -