rich editor for cms Programming Web Development by BoogyB can someone suggest a good free rich editor for Asp.net cms Re: rich editor for cms Programming Web Development by northfalcon Try [url]Http://Freetextbox.com[/url] If you have budget for your project, Cute Editor for .NET is very nice: [url]http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx[/url] Re: rich editor for cms Programming Web Development by brianmaddox … - there is a great tutorial on how to use FCK Editor to create a Content Management System in ASP.NET here… Re: rich editor for cms Programming Web Development by essenov Yes [URL=http://FreeTextBox.com]FreeTextBox[/URL] is good Try also [URL=http://fckeditor.com/]FCK Editor[/URL] Re: Rich editor - source code Programming Web Development by Graphix … you used the tutorials I gave you to make a rich text editor, but you did not copy them correctly. For instance… Re: Rich editor - source code Programming Web Development by Airshow Ivan, I have never written an editor from scratch but I have hacked a few over the …. I think it is very optimistic to hope that an editor (more specifically any user entered text) would survive a page… Re: Rich text editor YUI 2, doesnt post data to database? Programming Web Development by klemme …gt;</script> <!-- Source file for Rich Text Editor--> <script src="http://yui.yahooapis….com/2.8.2r1/build/editor/editor-min.js"></script> //Change…is rendered. </textarea> var myEditor = new YAHOO.widget.Editor('msgpost', { height: '300px', width: '522px', dompath: true, … Rich Text Editor Programming Web Development by SimonIoa Hello i want to implement a rich text editor for a <textarea> that my users are uploading … it for other users to see. Just like here the rich text above. But i want it to change color too… the script to upload to database of course just the rich text editor Rich text editor YUI 2, doesnt post data to database? Programming Web Development by klemme I have inserted a rich text editor to an textarea, but I get the following error after … is written in the textarea using "YUI 2 - Rich text editor". It fullfills my needs, so I am curious on… Re: Rich text editor YUI 2, doesnt post data to database? Programming Web Development by Qaalid … type="text/javascript" src="CSS/build/editor/editor-min.js"></script> </head… = $_POST['cost']; $attnd = $_POST['atten']; $det = $_POST['detl']; $editor = nl2br($_POST['editor']); mysql_query("UPDATE seminar SET Sem_title ='$tit', Sem_date ='$dat… Re: Rich Text Editor Programming Web Development by diafol I see that the editor creates a div inside the original editor div that has a classname called 'ql-editor'. So, var qle = $(".ql-editor").html(); console.log(qle); Worked for me. rich text editor problem Programming Web Development by galaxygal …use a javascript (codethateditor) to provide a rich text editor in an administrative area of a site.…;inset", borderwidth : 2 } } }; var editor = new CEditor('sample', editorDef); editor.create(); //--> </script> [/code] …> [/code] [continued] ... my javascript editor breaks. I get a javascript error at the … Re: Rich Text Editor Programming Web Development by SimonIoa ok the problem was with the Jquery function it had it on `text()` when it should have been `html()`so when you upload the #editor put `$("#editor").find(".ql-editor").html(); ` Re: rich text editor problem Programming Web Development by galaxygal … thing without any success. I moved on to a different editor and ran into the same problem. I took a guess… (line returns and tabs). That did it for the new editor. I am guessing that approach would have worked with the… Mac user who really really wants the benefit of a rich text editor right away. Cheers, galaxygal Re: Rich Text Editor Programming Web Development by SimonIoa I think this is the best Rich Text Editor script `https://codepen.io/mykh/pen/zqdPqr` Re: Rich Text Editor Programming Web Development by gentlemedia > I think this is the best Rich Text Editor script https://codepen.io/mykh/pen/zqdPqr That's also … Re: Rich Text Editor Programming Web Development by rproffitt If you want what DANIWEB uses just message Dani about that. It's a markdown editor AFAIK. https://www.google.com/search?q=markdown+editor Re: Rich Text Editor Programming Web Development by rproffitt …/tags/tag_textarea.asp does not tell us that textarea supports rich text. Maybe that's why it's not done that… Re: Rich Text Editor Programming Web Development by SimonIoa https://www.webdesignerdepot.com/2008/12/20-excellent-free-rich-text-editors/ Re: Rich Text Editor Programming Web Development by rproffitt @S. It's up to you, but I think you need to reconsider the use of textarea since no rich text there. Re: Rich Text Editor Programming Web Development by SimonIoa ok it uploads now but the rich text doesn't work any guess? should i put a class as provided by quills.css? Re: Rich Text Editor Programming Web Development by gentlemedia You shoudl read the documentation, because there are specific API methods to get the text or ful html from within the editor. https://quilljs.com/docs/api/#gettext https://quilljs.com/docs/api/#getcontents Re: Rich Text Editor Programming Web Development by gentlemedia … the `getContents()`API method. > getContents: Retrieves contents of the editor, with formatting data, represented by a Delta object. https://quilljs… Re: Rich Text Editor Programming Web Development by gentlemedia … JS. Quill.prototype.getHtml = function() { return this.container.querySelector('.ql-editor').innerHTML; }; But I took that snippet from this discussion :) https… Re: Rich Text Editor Programming Web Development by diafol As I assumed jquery from a previous post I thought this would work: `var qle = $(".ql-editor").html();` Rich Text Editor Programming Web Development by dss Hi, Can any body tell me how to use the content rich text editor. From where i can have the php script for richtext editor to be used in cms. Thankx Re: Rich text editor Programming Web Development by iamthwee … http://patisserie.keensoftware.com/en/pages/remove-word-formatting-from-rich-text-editor-with-javascript Which looks very good. To detect copy… need a way to hook this all in to my rich text fields so I don't repeat the code. Thanks… Re: Rich text editor YUI 2, doesnt post data to database? Programming Web Development by diafol You need to show your form (editor/textbox) html code as well. Re: Rich text editor YUI 2, doesnt post data to database? Programming Web Development by klemme … the only field in which I have used the text editor: [CODE] <p><b>Pagebody:&nbsp… Rich text editor Programming Web Development by iamthwee … dudes, I have a little issue, I have a rich text editor but on copy and pasting it retains a lot of…