wysiwyg

Redactor editor text format issues with Chrome version 58

寵の児 提交于 2019-12-20 17:41:36
问题 We're using Redactor(https://imperavi.com/redactor/) version 10.1.1 and not migrated to Redactor II due to lot of dependencies on project. Recently We're facing a very weird issue with Chrome version 58. Issues are: -- Not able to format bold, italic, underline, sup, sub etc. for selected text Kindly let us know is there any fix for this. Any kind of help would be greatly appreciated. Update as per accepted work around solution: // Provided solution is tested for Redactor version 10.1.1

Redactor editor text format issues with Chrome version 58

江枫思渺然 提交于 2019-12-20 17:41:17
问题 We're using Redactor(https://imperavi.com/redactor/) version 10.1.1 and not migrated to Redactor II due to lot of dependencies on project. Recently We're facing a very weird issue with Chrome version 58. Issues are: -- Not able to format bold, italic, underline, sup, sub etc. for selected text Kindly let us know is there any fix for this. Any kind of help would be greatly appreciated. Update as per accepted work around solution: // Provided solution is tested for Redactor version 10.1.1

Alternatives to CKEditor for WSYIWYG text area editor [closed]

落花浮王杯 提交于 2019-12-20 08:56:44
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Me and my company are looking for an alternative to CKEditor to use in our CMS. Preferably we would like something a bit more up to

What are all the possible settings attributes in TinyMCE's addButton() function?

一世执手 提交于 2019-12-20 08:35:35
问题 The documentation is not very clear on this. name - String - Button name to add. settings - Object - Settings object with title, cmd etc . "etc"? Really? Where can I see the rest of the possible attributes? 回答1: autofocus : True if the control should be focused when rendered border : Border box values example: 1 1 1 1 classes : Space separated list of classes to add disabled : Is the control disabled by default hidden : Is the control hidden by default icon : Icon to use for button image :

Remove Specific Buttons from WP Editor TinyMCE

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-18 18:39:16
问题 I am trying to figure out how to remove specific buttons from the TinyMCE editor. I have researched the arguments in the codex but for TinyMCE is just says array and not sure if I can include some paramters in my arguments of which buttons to show/hide? I am using the editor in a gravity form and my code is as follows so far add_action( 'gform_field_input', 'gforms_wp_editor', 10, 5 ); function gforms_wp_editor( $input, $field, $value, $lead_id, $form_id ) { if( $field["cssClass"] ==

Rich Text Editor (WYSIWYG) in CRM 2013

我怕爱的太早我们不能终老 提交于 2019-12-18 13:39:31
问题 Sometimes it is useful to have the HTML editor in CRM interface. It is possible to implement the editor directly to CRM 2013. As editor we will use ckeditor which allows to use it without installation on the server. 回答1: Identify the field where you would like to use the rich text editor. Create html-webresource which will define ckeditor. Go to Settings-Customizations-Customize the System-Web Resources . In html editor of web resource, select the Source tab and insert the following code:

is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives?

﹥>﹥吖頭↗ 提交于 2019-12-18 12:17:09
问题 is using TinyMCE a top choice for WYSIWYG editor on a webpage? What are good alternatives? some comparison seems to show that TinyMCE is one of the most compatible across browsers: http://geniisoft.com/showcase.nsf/WebEditors 回答1: TinyMCE is a great choice. I've used it in commercial offerings with good results. I'm also looking at FCKEditor for a new project specifically because of the integrated file upload and rumors that it has better XSS protection. Frankly, I'm not sure either one is

Best ASP.net WYSIWYG [closed]

狂风中的少年 提交于 2019-12-18 11:37:19
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Ok, i've read most relevant questions asked here previously on this but I still don't see a clear "best in class" suggestion for

Contenteditable div vs. iframe in making a rich-text/wysiwyg editor

女生的网名这么多〃 提交于 2019-12-18 10:27:54
问题 i'm trying to weigh the pros and cons of using a <div> vs. <iframe> in making my own rich text/wysiwyg editor. In doing so, why can't I just use a contenteditable <div> and why do so many people prefer the <iframe> ? Background discussion: A common way to go about making a wysiwyg editor as I understand is to make a div or iframe contenteditable and to then to do execCommand on the document containing the div or the iframe body to make its text bold or whatever. Here's the HTML: <html><!-

Tinymce Image drag and drop issue on Internet Explorer?

久未见 提交于 2019-12-18 09:31:06
问题 i have html page where i am using tinymce editor. when i open the mockup in firefox browser and now drag/drop an jpg image at any position in tinymce editor, it gets inserted correctly. But when i do the same process in IE/Chrome browser, the moment i dropped an image, it does not place the image inside tinymce editor instead the whole browser relocates to the url of the image. I am not able to understand why image is not placed inside tinymce editor when html page is opened up in IE and