有什么方法可以更改所需的tinymce文件的路径吗?
我在 aspx 页面中使用一个小型 mce html 编辑器,但我有一个问题,它所需的所有文件必须准确地放置在我的页面旁边。我的意思是微小的 mce 文件和文件夹以及我的 aspx 页面必须位于同一目录中。 这不好,我想更改所需文件的路径,是否有任何选项或解决方案来更改这些文件的路径?
我找到了一些选项,但它们不可用。
// Example content CSS (should be your site CSS)
content_css: "../App_Themes/TinuMCE.css",
// Drop lists for link/image/media/template dialogs
template_external_list_url: "lists/template_list.js",
external_link_list_url: "lists/link_list.js",
external_image_list_url: "lists/image_list.js",
media_external_list_url: "lists/media_list.js",
I am using a tiny mce html editor in a aspx page but i have a problem,all its needed files must place beside my page exactly. i mean the tiny mce files and folders and my aspx page must be at the same directory.
it not good and i want to change the path of needed file,is there any option or solution to change the path of these files?
i found some option but they are not usable.
// Example content CSS (should be your site CSS)
content_css: "../App_Themes/TinuMCE.css",
// Drop lists for link/image/media/template dialogs
template_external_list_url: "lists/template_list.js",
external_link_list_url: "lists/link_list.js",
external_image_list_url: "lists/image_list.js",
media_external_list_url: "lists/media_list.js",
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它们不需要位于同一目录中。您需要做的就是将tiny_mce.js 包含在您的html 页面/html 模板中。
They do not need to be in the same directory. All you need to do is to include the tiny_mce.js in your html page/html template.
好吧,我没有办法做到这一点,我认为这是不可能的,啊......
ok, i can not get any way to do that , i think it is impossible,ah...