只能在页面上输入最后一个TIny MC textarea

时间:2012-04-27 07:54:42

标签: javascript tinymce

我只是使用以前运行但只是移动到新服务器的代码来设置CMS。

我创建了一个虚拟帐户:如果您想登录并查看网址:pokerbay.mnwade.co.uk/cms 用户名:测试人员密码:tester < / p>

只需转到内容&gt;网页&gt;编辑测试页面,页面上有3个tinymc框,但您只能输入最后一个...?

$(".tinymce.advanced").tinymce({
            script_url : '/cms/js/tinymce/tiny_mce.js',
            width: '450',
            theme : "advanced",
            theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect",
            theme_advanced_buttons2 : "bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,cleanup,|,forecolor",
            theme_advanced_buttons3 : "tablecontrols",
            theme_advanced_buttons4 : "",
            theme_advanced_toolbar_location : "top",
            theme_advanced_toolbar_align : "left",
            theme_advanced_resizing : true,
            theme_advanced_statusbar_location : "bottom",
            theme_advanced_path: false,
            theme_advanced_resizing_max_width : 450,
            plugins: 'table'
        });

0 个答案:

没有答案