Ticket #8226: ajax_div.html
File ajax_div.html, 1.5 KB (added by , 14 years ago) |
---|
Line | |
---|---|
1 | |
2 | <h2>The updated div</h2> |
3 | |
4 | <!-- IF IT EXISTS ALREADY, TRY TO DESTROY IT --> |
5 | <!-- DOESN'T WORK WITH OR WITHOUT THIS CODE --> |
6 | |
7 | <script type='text/javascript'> |
8 | if (typeof CKEDITOR.instances != 'undefined' && typeof CKEDITOR.instances['myfield'] != 'undefined') |
9 | { |
10 | CKEDITOR.instances['myfield'].destroy(); |
11 | } |
12 | </script> |
13 | <!-- END DESTROY EXISTING EDITOR --> |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | <input type='hidden' class='cms_ck_name_hidden_input' value='myfield'> <textarea name="myfield" rows="8" cols="60"><p>Test Text</p></textarea> |
20 | <script type="text/javascript">//<![CDATA[ |
21 | window.CKEDITOR_BASEPATH='ckeditor/'; |
22 | //]]></script> |
23 | <script type="text/javascript" src="ckeditor/ckeditor_source.js?t=B5GJ5GG"></script> |
24 | <script type="text/javascript">//<![CDATA[ |
25 | CKEDITOR.replace('myfield', {"toolbar":[["Source","DocProps","-","Save","NewPage","Preview","-","Templates"],["Cut","Copy","Paste","PasteText","PasteWord","-","Print","SpellCheck"],["Undo","Redo","-","Find","Replace","-","SelectAll","RemoveFormat"],["Bold","Italic","Underline","Strike","-","Subscript","Superscript"],["NumberedList","BulletedList","-","Outdent","Indent"],["JustifyLeft","JustifyCenter","JustifyRight","JustifyFull"],["Link","Unlink","Anchor"],["Image","Flash","Table","HorizontalRule","Smiley","SpecialChar","PageBreak"],["Form","Checkbox","Radio","TextField","Textarea","Select","Button","ImageButton","HiddenField"],"\/",["Style","Font","FontName","FontSize"],["TextColor","BGColor"],["About"]],"width":"99%","height":"250%"}); |
26 | //]]></script> |
27 | |
28 | |
29 | |
30 |