|
Revision 758, 1.2 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: accessibility_warnings</title> |
|---|
| 5 |
<link href="css/screen.css" rel="stylesheet" type="text/css" /> |
|---|
| 6 |
</head> |
|---|
| 7 |
<body> |
|---|
| 8 |
|
|---|
| 9 |
<div class="header"> |
|---|
| 10 |
<h1>Option: accessibility_warnings</h1> |
|---|
| 11 |
</div> |
|---|
| 12 |
|
|---|
| 13 |
<div class="content"> |
|---|
| 14 |
<p> |
|---|
| 15 |
If this option is set to true some accessibility warnings will be presented to the user if they miss specifying that information. This option is set to true default, since we should all try to make this world a better place for disabled people. But if you are annoyed with the warnings, set this option to false. |
|---|
| 16 |
</p> |
|---|
| 17 |
|
|---|
| 18 |
<div class="separator"></div> |
|---|
| 19 |
|
|---|
| 20 |
<h3>Example of usage of the accessibility_warnings option:</h3> |
|---|
| 21 |
<div class="example"> |
|---|
| 22 |
<pre> |
|---|
| 23 |
tinyMCE.init({ |
|---|
| 24 |
... |
|---|
| 25 |
<strong>accessibility_warnings : false</strong> |
|---|
| 26 |
}); |
|---|
| 27 |
</pre> |
|---|
| 28 |
</div> |
|---|
| 29 |
</div> |
|---|
| 30 |
|
|---|
| 31 |
<div class="footer"> |
|---|
| 32 |
<div class="helpindexlink"><a href="index.html">Index</a></div> |
|---|
| 33 |
<div class="copyright">Copyright © 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div> |
|---|
| 34 |
<br style="clear: both" /> |
|---|
| 35 |
</div> |
|---|
| 36 |
|
|---|
| 37 |
</body> |
|---|
| 38 |
</html> |
|---|