JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set unique id= on each ckeditor's <body>
[wfpl-cms.git] / admin_pages.html
index 9bd863a..f47aac2 100644 (file)
                function make_wysiwyg(name) {
                        CKEDITOR.replace(name, {
                                'contentsCss': 'style.css?m=~style.css mtime~',
+                               bodyId: '~$basename~' + '-wysiwyg-' + name,
                                'allowedContent': true,
                                'stylesSet': [
                                        { name: 'Paragraph', element: 'p'},