English 中文(简体)
锡格米采:如何在不铺设营地的情况下编辑工厂的网页?
原标题:tinymce: how to edit php pages without stripping php?
  • 时间:2011-08-15 18:18:59
  •  标签:
  • tinymce

I need to give my client the ability to change his pages through tinyMCE. Trouble is these pages contain some php script and tineyMCE strips the php script : infact it adds some HTML comment to disable it.

我如何通过?

最佳回答

TinyMCE is not a text Editor: it is more akin to a term processor. 您(可能的话)可在技术上使用“超文本源编辑”(,但我认为这只是一种令人愉快的经验,甚至可能根本不可行。

如果你找一位编辑的话,我可否建议Ace ? 它是一个法典编辑,似乎适合你们的需要。

问题回答

暂无回答




相关问题
Tinymce Model Binding with ASP.NET MVC

Does anyone know how to auto-populate the tinymce editor from the ASP.NET MVC model? In other words, what code do I need to use to set the contents of tinymce? EDITED: My problem is that tinyMCE is ...

How to dynamically load & unload a TinyMCE Plugin

Does anyone know if there is a way I can dynamically load and unload a TinyMCE plugin after TinyMCE has already been loaded? Specifically, I m thinking about asking the user whether or not they wish ...

tinyMCE problem with jQuery load

I have a DIV and a Load button on my page and when I click in Load button the jQuery loads a HTML from another file, this HTML file have texteareas and start tinymce. Ex: <script language="...

TinyMCE - adding an ON/OFF toggle switch

I m using TinyMCE on the text-areas in my Magento admin section. I have my TinyMCE editor visible form the start, but I want the option to disable/re-enable it. I m using the jQuery plugin version, ...

My admin panel and upload

I have written an admin panel for my site (im beginner in php). In content.php I have insert tinyMCE editor. I want to upload images from editor. What is the best way to do this. (not very familiar ...

How to click TinyMCE toolbar s button programmatically?

I want to make preview button as usual form button next to submit button(as it made in most cases of "Post new topic" forms). How can I programmatically simulate toolbar s preview button click ? I ...

热门标签