root/releases/elgg0.8rc2/_tinymce/docs/option_custom_shortcuts.html

Revision 758, 1.0 kB (checked in by sven, 2 years ago)

set svn property eol-style native on some files without it

  • Property svn:eol-style set to native
Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Option: custom_shortcuts</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
8
9 <div class="header">
10         <h1>Option: custom_shortcuts</h1>
11 </div>
12
13 <div class="content">
14         <p>
15                 This option enables you to disable/enable the custom keyboard shortcuts plugins and themes may register. The value of this
16                 option is set to true by default.
17         </p>
18
19         <div class="separator"></div>
20
21         <h3>Example of usage of the custom_shortcuts option:</h3>
22         <div class="example">
23 <pre>
24 tinyMCE.init({
25         ...
26         <strong>custom_shortcuts : false</strong>
27 });
28 </pre>
29         </div>
30 </div>
31
32 <div class="footer">
33         <div class="helpindexlink"><a href="index.html">Index</a></div>
34         <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
35         <br style="clear: both" />
36 </div>
37
38 </body>
39 </html>
Note: See TracBrowser for help on using the browser.