restored fixes and tweaks on blog mod
[elgg.git] / _tinymce / docs / option_extended_valid_elements.html
blobf504e345c3125dd23e20cf9d852e3849701b99af
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: extended_valid_elements</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
9 <div class="header">
10 <h1>Option: extended_valid_elements</h1>
11 </div>
13 <div class="content">
14 <p>
15 This option is very similar to <a href="option_valid_elements.html">valid_elements</a> the only diffrance between this option and valid_elements is that this one gets added to the existing rule set. This can be very useful if the existing rule set is fine but you want to add some specific elements that also should be valid.
16 </p>
18 <div class="separator"></div>
20 <h3>Example of usage of the extended_valid_elements option:</h3>
21 <div class="example">
22 <pre>
23 tinyMCE.init({
24 ...
25 <strong>extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]"</strong>
26 });
27 </pre>
28 </div>
29 </div>
31 <div class="footer">
32 <div class="helpindexlink"><a href="index.html">Index</a></div>
33 <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
34 <br style="clear: both" />
35 </div>
37 </body>
38 </html>