Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://127.0.0.1:8000/LabBook/static/js/tiny_mce/tiny_mce.js"></script>
- <link rel="stylesheet" type="text/css" href="http://127.0.0.1:8000/LabBook/css/page_layout.css?id=1" />
- <script>
- $(document).ready(function() {
- tinyMCE.init({
- mode: 'textareas',
- theme: 'simple',
- skin: 'default',
- content_css: "http://127.0.0.1:8000/LabBook/css/page_layout.css?id=1",
- forced_root_block: false
- });
- });
- </script>
- </head>
- <body>
- <textarea>
- Test <span class="eqn inline">moretestingeqnstuff</span> Post test
- </textarea>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement