annotate bns_website/static/js/tinymce/examples/menu.html @ 29:ced908af601a

Adding support for the TinyMCE javascript editor in the admin for news and reviews apps.
author Brian Neal <bgneal@gmail.com>
date Fri, 04 Nov 2011 19:26:48 -0500
parents
children
rev   line source
bgneal@29 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bgneal@29 2 <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@29 3 <head>
bgneal@29 4 <title>Menu</title>
bgneal@29 5 <style>
bgneal@29 6 a {display:block;}
bgneal@29 7 </style>
bgneal@29 8 </head>
bgneal@29 9 <body>
bgneal@29 10 <h3>Examples</h3>
bgneal@29 11 <a href="full.html" target="main">Full featured</a>
bgneal@29 12 <a href="simple.html" target="main">Simple theme</a>
bgneal@29 13 <a href="skins.html" target="main">Skin support</a>
bgneal@29 14 <a href="word.html" target="main">Word processor</a>
bgneal@29 15 <a href="custom_formats.html" target="main">Custom formats</a>
bgneal@29 16 <a href="accessibility.html" target="main">Accessibility Options</a>
bgneal@29 17 </body>
bgneal@29 18 </html>