Add Text Editor To Web Application?
Mar 25, 2011I need a text editor that I can add as a component to my ASP.net web application, but I need an extra feature in it, it's watermarking.
View 2 RepliesI need a text editor that I can add as a component to my ASP.net web application, but I need an extra feature in it, it's watermarking.
View 2 RepliesI went through the documentation and looked at the asp.net/webmatrix pages but could not find a RichTextEditor.
Is there one built into WebMatrix or can I just use the AjaxToolkit Html Editor or another 3rd party editor?
I have included the rich text editor control in my application using the dll file and registering its assembly and namespace.
<%@
Register
Assembly="RichTextEditor"
Namespace="AjaxControls"
TagPrefix="cc1" %>
[code]...
I have an Editor control on my page and the user can go in use it hit save and that all works.
In another part of the page I have a simple dropdown to select a note and view it. When you push view it loads the text which was entered in via the editor control.
If the user used an order or unordered list. The text shows up but not the list part.
So if they did this:
Example
ThisAnd this
What is displaying is
Example
This
And This
Without the bullets. Same for the numbers.
I have it going to a literal control which should render the html, but it doesn't.
I am building an asp.net site in which I need to have editor text boxes in different forms. I am planning to buy cute editor license but just want to check whether there are any alternatives available in open source.
View 2 Repliesthere is any free Rick Text Editor server control available for web, note that I am not asking about DHTML controls like FreeTextBox and similar.
View 9 Replieshow to show the quick changing text as like shown in text editor of mobile phone(While message writing it shows no of characters left)
View 5 RepliesI have a Rich Text Editor on a web page and I need to copy the contents of the editor, just the raw text part, ignoring any behind the scenes markup that might be there.
If I use the folllowing code I get everything, including markup
this.Textbox1.Text = this.CEditor.Text;
Is there a way in asp.net to just extract the raw text part, ignoring the markup?
i have a form to insert record to sqlserver and one field i am using ajax text editor but i can't get it value by C# . when i press button to insert it never has error but that field is no data it just null.i think it may not know html codei wonder if u can share me some possible solution.
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
[code]...
I need Free Rich Text Editor to use on ASP.NET.
View 2 Repliesis there any rich text editor for asp.net 2.0? i think only 3.0+ versions support ajax.
what do i do with 2.0?
How to get value for ajax text editor in javascript using asp.net?
View 1 Replieshave downloded rich text editor Dll.....i have downloded from codeplex.com....i want to include in my project....in this site they wrriten that simply drop it in bin dir.but it not working...how to include it in my project....i also include it in tool box...but its not working...
View 3 Repliesaspx: <act:Editor ID="editor1" runat="server" Width="400px" Height="350" />
this is the editor. the text here goes to database field.
aspx.vb: editor3.Content &= str
But only 1560 characters go into db .how is that?
What is a good and simple wysiwyg text editor to use with asp.net mvc I only need the bold and insert a link functionalities.
View 3 RepliesI want to display a Text File in the browser.The text file must be viewable along with MS word functionality (like the inclusion of a ruler for indentation etc.)How can I do this?
View 2 RepliesIs there a way to get the plain text from the html editors .content?
View 2 RepliesI need a text editor close to this , any one will be okay
View 11 RepliesI have developed a small script with some logic to check to see if an ASP.Net forms values have been updated since page load so that I can display a "You have unsaved changes" type message to the user if they attempt to close the browser window or more to another tab within the browser window.
The only control that I have not been able to hook upto with this script is the Cute Editor 3rd Party WYSIWYG text edit control. The control seems to be rendered using some smoke and mirrors involving iframes.
Now I have tried everything I can to hook the jQuery .change() and .keyup() events to this control as I have with all the other controls with no luck. I don't seem to be able to catch the changes or actually find the containing control that holds the text.
I'm faced with an usual problem. Currently, I'm working on a site as a hobby and I want to use a text editor. The problem is I do all my work from school. Unfortunately the school uses a drive shield on all their computers. So every time you turn off the computer it wipes the hard drive clean and uses an image of the original operating system once booted up. With this said - could I still download a text editor and have it working for visual studio without too much trouble?
View 1 RepliesI Want to apply the text editor in my aspx page . i search some open source editor .but there is not provioded sufficient information how to implement..if any text editor in open source plz suggest me which is easy to use .. and provide me full information for installation
View 7 RepliesWe are using Sitecore.NET 5.3.1 (rev. 071114) and we found out a problem. When we are trying to change information in a Rich Text Editor field on the Master database and save the information, this information is not stored and instead the old information appears back into the RTE field. I have been trying this on the Web database on which this is not happening. However, changing this information on the web database feels useless because a publish will just change every information that does not correspond to the data in the Master database in which i just can't edit this field. So I'm having big trouble at this point since this is for one of our bigger customers and they really want this fixxed asap.
View 1 RepliesHow do you capture the text that is typed in an AJAX HTML editor that includes all of the formatting of the text so the text could be printed out exactly has it was put in.Example: Capture the text along with all the markup and store it in a database so it could be output again with all the formatting. This website does that, people put it in and then somehow it's displayed later.
View 1 RepliesI'm using the lovely Html Editor control of AjaxToolkit packet and faced to the following problem:- when a French text is typed like this:"En dépit de la détection d'une possible nouvelle fuite, le responsable des opérations de lutte contre la marée noire a autorisé la compagnie BP à poursuivre pendant 24 heures les tests qu'elle effectue sur le puits endommagé."in code behind from the Editor's property Content I retrieve the text like this:
View 1 RepliesI have Uploaded my website where I have made a Forum/Blog...
and to insert post I have used HTML text Editor...
But I cannot understand How to insert Images in it...
I can insert it by giving url of any image in src value.
But if image is not available on nt and I want to insert it from my computer then how will i insert it.