Questions tagged [rte]

RTE refers to a Rich Text Editor, which is an interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area.

RTE refers to a Rich Text Editor, which is an interface for editing rich text within web browsers, which presents the user with a "what-you-see-is-what-you-get" (WYSIWYG) editing area. The aim is to reduce the effort for users trying to express their formatting directly as valid HTML markup.

The most popular editors used for creating the rich text component of web pages have the following specifics:

  • The editing view matches the final appearance of published content with respect to fonts, headings, layout, lists, tables, images and structure
  • The buttons, controls and key strokes deliver the same behaviour as the word processor or text editor that the user is most familiar with.
  • The HTML code that is generated is compliant with web standards (such as W3C) and the browser on which the content will be viewed.
313 questions
0
votes
2 answers

Remove RTE Title Text in TYPO3 6.1

RTE still clutters any link with title="Opens external link in new window" and worse, title="Opens internal link in current window". I've tried removing it with RTE.classesAnchor.externalLinkInNewWindow.titleText…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

Typo3 Flow which RTE?

For a Typo3 Flow 2.1.2 Projekt we are looking for a stable RTE. We would also be ready to pay a licence if there are good arguments :) What are your suggestions? Which RTE do you use with your Flow projects?
metaxos
  • 151
  • 1
  • 16
0
votes
1 answer

YUI rich text editor 2.9 on IE doesn't upload the selected image

I'm trying to use YUI RTE 2.9 with image uploader extension which supports the user to browse image from client hard drive as described here http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/ it works like a charm…
N0rA
  • 612
  • 1
  • 7
  • 27
0
votes
1 answer

Getting a Flex RTE to group LI items properly in XML (wrapped in UL tag)

I'm trying to use XML to convert the code that a Flex RTE creates to valid HTML. No problems on other HTML elements, but difficulty with unordered lists. I created a solution for moving consecutive LIs into a UL node. After trial and error, I…
Sue A
  • 1
  • 1
0
votes
3 answers

How do I remove

tags in typo3 RTE text content elements?

Hello I'm getting crazy around a dummy problem: how to remove paragraph tags < p > that RTE (in Typo3 6.1.7) adds oafter saving some text contents. I wish to add some images here to better explain this funny thing but I can't since I've not (yet)…
RikiRiocma
  • 746
  • 12
  • 28
0
votes
1 answer

rich text editor...add class on the fly

I'm using the next code block to insert an image on a editable div. I want to know if it's possible to add a class on the fly to the image... function insertImg() { var src = prompt('Please specify the link of the…
Frank
  • 323
  • 2
  • 16
0
votes
0 answers

TYPO3 extbase RTE parse function

TYPO3 6.1 How do I use RTE parse function in an extbase extension? I am calling the action through ajax and in that action I am getting rte content using a query. Later I am returning that row like this $bodytext = $row['bodytext']; return…
0
votes
1 answer

Rich Text Editor not loading when opened through django server

I tried to embed a rich text text editor in my HTML page. The text editor works when the page is loaded seperately. But when I load the page through my django server, the Rich Text Editor does not work. the HTML page: …
Aswin Murugesh
  • 10,831
  • 10
  • 40
  • 69
0
votes
1 answer

Typo3 RTE userElements

I'm trying to add a userElement to my RTE, but if I click on the icon for userelements (I hope it is the right icon, I never used that before) an empty window opens... Is there something wrong on my Page TSConfig: RTE.default.proc.allowTags :=…
anguish
  • 458
  • 1
  • 7
  • 27
0
votes
1 answer

SharePoint Modal - paste value back to parent when closing

I've created a custom ribbon button where i load external content into a Modal Dialog. I want to insert some text on the editor and close the dialog. The function OnPopClosed is running when I click something on my dialog but I'm having an error:…
nhenrique
  • 874
  • 1
  • 16
  • 35
0
votes
0 answers

CKeditor 3.0 Custom CSS and invisible HTML tags

I have a web page with structure:
Some RTE text from CKEditor.
I was able to define custom CSS file…
0
votes
2 answers

Integrate RTE with JQGrid

I am using inline editing with events. And on click of a non editable cell I want to open Rich Text Box. I tried using edittype: custom and returning the rte but nothing displays. Is there any other way to do this. Please suggest! Thanks, Arshya
Arshya
  • 660
  • 3
  • 12
  • 30
0
votes
0 answers

HTML textarea: slightly extended functionality

In a web application I am developing, I need a slightly extended functionality for a HTML textarea: I can let users click items in a list so they appear in the textarea, but I want these things to be a single stylable "object" with its own color in…
MarioDS
  • 12,895
  • 15
  • 65
  • 121
0
votes
1 answer

TYPO3 htmlArea RTE fill with content

I create in my TYPO3 Extension a RTE Editor ( http://typo3.org/extension-manuals/rtehtmlarea_api_manual/2.2.0/view/6/1/ ) and it's works fine. But how I can put Content in the RTE? Like a "Hello World". Thanks
user1878413
  • 1,813
  • 4
  • 18
  • 24
0
votes
2 answers

TYPO3: Adding different block formats to RTE

In the RTE there are a few predefined block formats like "Headings", "paragraph" and so. Is it possible to do new block formats, and customize the markup that wraps them? Im doing a newsletter and I would like to use tables around each paragraph
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
1 2 3
20
21