rte

Problem with insert/update links with tinyMCE

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? ...

How can I integrate FCKeditor in a Zend Framework application?

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 ...

jQuery Rich Text Editor (RTE)

Which is the good Rich Text Editor (RTE) in jQuery ? which make best use of jQuery and easy to implement. Thanks in advance ...

How to overwrite language labels in TinyMCE

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? ...

Autogrowing TinyMCE

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 ...

The quest: a lightweight RTE, compatible with table support

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 ...

Html.RenderPartial user control retaining input focus in FireFox 3.6

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...

Flex RTE handling image IOError

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 ...

how to add image to richTextEditor in flex3?

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...

Prevent a copy/paste to copy the style of a web page to a Rich Text Editor

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...

Why does jQuery RTE plug-in change my URLs to relative links?

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 ...

contenteditable pasting image from clipboard

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. ...