📄 statusbar-demo.html.svn-base
字号:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>StatusBar Examples</title> <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" /> <script type="text/javascript" src="../../adapter/ext/ext-base.js"> </script> <script type="text/javascript" src="../../ext-all.js"> </script> <link rel="stylesheet" type="text/css" href="statusbar.css" /> <script type="text/javascript" src="statusbar-demo.js"> </script> <link rel="stylesheet" type="text/css" href="../shared/examples.css" /> <style> body .x-panel { margin-bottom:20px; } </style></head><body> <h1>StatusBar Examples</h1> <p>Here are several examples of using and customizing the Ext.StatusBar component.</p> <p>Note that the js is not minified so it is readable. See <a href="statusbar-demo.js">statusbar-demo.js</a>.</p> <h2>Basic StatusBar</h2> <p>This is a simple StatusBar with a few standard Toolbar items included.</p> <div id="basic"></div> <p> <h2>Right-Aligned StatusBar</h2> <p>This is a simple StatusBar that has the status element right-aligned. Any StatusBar items will be added in exactly the same order on the left side of the bar.</p> <div id="right-aligned"></div> <h2>Status Window</h2> <p>You can add a StatusBar to a window in exactly the same way.</p> <div id="window" style="margin-bottom:20px;"></div> <h2>Customizing the Look and Feel</h2> <p>This is a standard StatusBar with some custom CSS styles applied and some event handling in place to handle the TextArea's keypress events. Notice that after you've stopped typing for a few seconds a simulated auto-save process will begin.</p> <div id="word-proc"></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -