I have a problem with tinyMCE but only on live environment from some reason tinyMCE rewrite absolute url and only for some TLD sites, so far I'm notice that it doesn't work for .eu domains, does someone hade a same problem or know what can fix this?
...
I've seen there are questions here about how to integrate scripts in ZF. There are also some questions about FCKEditor. But I have found nothing about both ZF and FCKEditor.
Does anyone use FCKEditor with ZF?
Alternatively...is there an RTE which can integrate well with ZF?
Thank you
...
Which is the good Rich Text Editor (RTE) in jQuery ? which make best use of jQuery and easy to implement.
Thanks in advance
...
I'd like to change language labels used in TinyMCE. E.g. "Überschrift 2" -> "Überschrift".
Im using the jQuery plugins version of TinyMCE.
Is there a way to overwrite those labels without editing the label files?
...
Is there a way to have autogrowing TinyMCE editors? I want the height of the editor to depent on the content and to grow while typing.
I tried some solutions I found while googling, but none of them worked.
I'm using the jQuery version of TinyMCE
...
Hello all,
When you've created your own CMS or bloggingsystem you've probably came across this problem as well. Currently I'm working on a new version of the CMS my clients are using and one of the most frustating things to look for is decent RTE with table support.
I've read numerous blogs where different RTE's were compared. Eighter ...
Using jQuery Lightweight RichTextEditor plugin.
When I use a partial view (user control) on my page the textarea rendered retains input focus even though I'm explicitly setting focus on the page load (setting z-index doesn't work either):
$(document).ready(function () {
$("input:text:visible:first").focus();
});
In Vi...
You know you can edit basic html with RTE (Rich Text Editor) Flex Control.
If your html code contains <img src="" /> tag, it will try to load that image from src.
But how to handling IOError?
or is it possible to disable the automatic image loading feature?
Thanks
...
im trying to add text and images to RTE and on button click the same will posted to mysql thru http service and will b displayed in a text box from DB. only problem is adding image to rte. i have added a button to browse the image file from localfiles.not succeeded.
is it possible to add image bcoz i have googled reg this unable to find...
Hi,
I'm trying for two days now several JavaScript lightweight Rich Text Editors (rte) such as nicEdit, mooEditable, MooRTE (the two last ones were considered because they use the mootools framework which I'm using for this project).
My problem is that with all of them, when I copy a pre-formated text from a web page (with words in bol...
Can anyone figure out why jQuery rte plugin is changing my urls to relative links?
Any external links are fine but if the page i'm on is here http://www.example.com/admin/input/ and the url I want to link to is here: http://www.example.com/test/ the plugin will remove the http://www.example.com/ from my link and replace with ../
The ...
Am using jwysiwyg and customizing it quite a bit. Wondering if anyone has any links or info on how to support pasting images from the clipboard in a contenteditable element. Many RTEs support this so it has to be doable.
...