example.js

来自「jquery插件。像iGOOGLE主页一样布局自己的网页。很好用」· JavaScript 代码 · 共 18 行

JS
18
字号

// 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 + =
减小字号Ctrl + -
显示快捷键?