Looking for a way to find and replace content pasted or entered in TinyMCE 4 editor. I'm a TinyMCE newbie and I can't find a solution anywhere.
Thanks for the help.
Have a look at the tinymce parameters paste_preprocess and paste_postprocess. THey allow you to modify what has been pasted into the editor.
Related
I want to add parallax code to a newsletter in my opencart code and I can't find the file where I can write the code.
Anyone who can help?
I tried all the files but I couldn't find anything!
You can find the newsletter file in the /catalog/view/theme/default/template/account folder.
I have this weird problem in Sitecore 7.0 where within the Rich Text Editor the internal links look like below
<a href="http://xys.com/sitecore/shell/Controls/Rich%20Text%20Editor/~/link.aspx?_id=594621DB37464C17B6EFB0C6B8399415&_z=z">
where the correct href should be
<a href="~/link.aspx?_id=594621DB37464C17B6EFB0C6B8399415&_z=z">
My editors don't know if they did something special for the link to be messed up like that, it is not across all the links. It does make me think that it is human error but I can't think how they could end up with such a URL?
Any help is appreciated.
Can you check the HTML Editor Profile that you are using (core database) /sitecore/system/Settings/Html Editor Profiles and make sure that the Insert Sitecore Link is the same as the default one? You should have "InsertSitecoreLink" on the Click field
I'm new in stack overflow and Joomla. I am building a template and I want to add a custom input like color in Joomla 2.5 article from the admin side. but I could not find any suitable option for doing this.
I tried modifying the default.xml for article, but no help.
Please assist me.
you have to add your field in default.xml and print it in edit.php file
I have a Opencart site that has free and paid code packages. I have been trying to find where in the code it is removing my line breaks. If you enter code into the text editor it saves the line breaks into the database.
When you go to edit the product it has removed all the line breaks when the page loads. Does anyone know where this can be fixed. My first thought is the WYSIWYG editor but I am lost on how to prevent this from happening.
Anyone know what file is causing this glitch.
Edit: If we cant fix the editor does anyone know what file contains the form for adding/editing a product so i can remove the id and just use the textarea
I have heard of this problem before... it is caused by ckeditor... you can remove ckeditor and paste raw html into the text area if you like... alternatively you could use a separate WYSIWYG editor such as tinymce or similar... look here for a few options http://www.1stwebdesigner.com/design/10-best-wysiwyg-text-and-html-editors-for-your-next-project/ or here Alternatives to CKEditor for WSYIWYG text area editor
Contact me if you need help installing any of them
I want to use highlighted.js also I have grappelli and tinymce. I want to add highlighted.js but I have markdown editor.
How can I add highlighted.js while I am using markdown editor?
HTML is valid markdown, you should simply insert the link tag as you would with HTML.