有什么方法可以更改所需的tinymce文件的路径吗?

发布于 2024-12-20 06:05:02 字数 597 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

邮友 2024-12-27 06:05:02

它们不需要位于同一目录中。您需要做的就是将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.

空气里的味道 2024-12-27 06:05:02

好吧,我没有办法做到这一点,我认为这是不可能的,啊......

ok, i can not get any way to do that , i think it is impossible,ah...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文