Questions tagged [richtextediting]

This kind of editing is usually related to an online rich-text editor is the interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area.

43 questions
0
votes
2 answers

WebForms RichTextBox Editing Approch?

I am using C# WinForm, and I have a RichTextBox that I am trying to make look like a C# script. Means when using specific words, I want them to be colored. When they edit the word by changing it, I want it to go back to be black. My approach works,…
Naveh
  • 81
  • 9
0
votes
1 answer

What language should I use to create a simple text-formatting application online?

I want to make a page for a website that will let the user create a blog post, and want them to be able to graphically edit the formatting, like paragraphs and styles, then convert this to html. Is there a way to do it in PHP? Do I need to use…
cstack
  • 2,152
  • 6
  • 28
  • 47
0
votes
4 answers

FreeTextBox tabs are not preserved at postback

We are using the FreeTextBox 3.1.6 on an intranet. The control appears on an ASP.Net project built in Visual Studio 2008. When clients enter tabs in the text box, those tabs do not get preserved at postback. Rather, the tabs are lost. Other text…
Ken
0
votes
1 answer

Drag and Drop functionality in RichTextField

Is it possible to implement such a function(dragAndDrop) in a Wagtail? Something similar is already done in Froala WYSIWYG editor It's really tiring, adding photos if you have more than 100 of them. I've already seen this solution, but it also…
khashashin
  • 1,058
  • 14
  • 40
0
votes
1 answer

Export the richtext content into excel/csv as it is

I have a form with multiple fields like textbox, email, radio and richtext editor. Multiple submissions are going to happen on the form. I want to export the submitted records list to an Excel or csv file keeping the richtext content as html…
0
votes
1 answer

How do I restrict the types of tags and classes allowed?

I would like to restrict the type of document created by a rich-text-editor. Let's assume color/styling is handled via CSS, and I only want the content editable document to be of the type:

I am red

I am green

Anil
  • 1
  • 3
0
votes
0 answers

richtext editor edited content pass to another controller

I'm having following controller action to load rich text editor in a page public ActionResult Index() { Editor Editor1 = new Editor(System.Web.HttpContext.Current, "Editor1"); …
kez
  • 2,273
  • 9
  • 64
  • 123
0
votes
2 answers

Text editing best practices (with tags, etc.)

I want to create a text field with some text, that is styled with tags. Think of MS Word, some ext is bold, some is a headline, etc. The tags that style the text are not visible to the user, he just sees the text in bold. How do I preserve these…
Ron
  • 157
  • 1
  • 9
0
votes
1 answer

Restricting enter keypress event in an IFrame, does not work

I have an IFrame within my page and am using the designMode="on" on this iframe for a small-level rich text editing. My concern is that I need not allow the user to enter new lines in it - meaning, I want to restrict enter keys. I did it using the…
Jey Geethan
  • 2,235
  • 5
  • 33
  • 60
0
votes
1 answer

Creating an "Index" report based on user entered text - VB 2010

I have been instructed with what I would call creating an Index. Basically, the user is expected to be able to right some text in an empty text box. At the click of a button, the output is expected to show an alphabetically sorted list of the words…
AdamWest
  • 29
  • 1
  • 9
0
votes
3 answers

asp.net mvc and fckeditor

would like to use fckeditor or similar for building/editing webpages on the fly but there are a few other old questions where there are issues am looking for any recent experiences/alternatives ? thanks
Kumar
  • 10,997
  • 13
  • 84
  • 134
0
votes
2 answers

wxPython RichTextCtrl much slower than tkInter Text?

I've made a small tool that parses a chunk of text, does some simple processing (retrieves values from a dictionary, a few regex, etc.) and then spits the results. In order to make easier to read the results, I made two graphic ports, one with…
fortran
  • 74,053
  • 25
  • 135
  • 175
1 2
3