Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
90 views

How to change the default value of toolbar in WYSIWYG editor in React JS

Have customized only the required toolbar to present in my editor. Need to change the default text of dropdowns present in the WYSIWYG editor Tried to place the default Value and tried to concat the ...
aji bala's user avatar
1 vote
2 answers
2k views

How can I add validation using ql-image on p-editor in angular?

Can anyone help me how to call function on input tag which will be created from ql-image of p-editor. I want to limit the size of the image on that function. But I am unable to call the function in ...
susmita rai's user avatar
1 vote
0 answers
52 views

Is there a way to use the old (tinymce3) userinterface with tinymce4?

I am pretty much used to Tinymce3. The new tinymce version is not in beta anymore so it can be integrated into our CMS. Problem here is that our customers won't be happy with the new user interface. ...
Thariama's user avatar
  • 50.6k
2 votes
3 answers
2k views

How to keep TYPO3's RTE from adding an empty line before <ul>s

In TYPO3 4.5 as well as 6.1, whenever I add an unordered list element, RTEhtmlarera (or some of its many processing routines) will add an extra <p>&nbsp;</p> before the ul tag on ...
Urs's user avatar
  • 5,074
3 votes
1 answer
1k views

How to force BE users to paste as plain text in TYPO3 6.x?

CMS users tend to paste anything into CMS text editors. To prevent website destruction - and as log as there's no non-wysiwyg editor (like markitup) for TYPO3, I would like to as least have some good ...
Urs's user avatar
  • 5,074
0 votes
4 answers
3k views

How do I disable Transformations in TYPO3 RTE Editor?

I created a custom extension for TYPO3 CMS. It basically does some database queries to get text from database. As I have seen, TYPO3 editor, transforms data before storing it in database so for ...
Altin's user avatar
  • 2,235
1 vote
2 answers
658 views

TinyMce editor not returning tags

H7i guys, I am having a weird problem with the TinyMce editor. What I am trying to do is to select some text, click a button and append a tag at the start and at the end. For example, if the original ...
TheGateKeeper's user avatar
4 votes
1 answer
979 views

How can I cancel auto closing tags in TinyMce?

TinyMce by default try to close html tags in rawHTML editor mode. For example: <p>sample text<strong>text</p> automaticaly modified to <p>sample text<strong>text<...
Vyalov V.'s user avatar
  • 363
0 votes
1 answer
86 views

legacyoutput plugin problem in version 3.4.2 with underlined text

If i select a portion of text and try to make it underlined (using the U-Button) it works and the html looks like <u>...Text...</u> as expected. But when i initialize an editor with those ...
Thariama's user avatar
  • 50.6k
1 vote
1 answer
622 views

YUI Rich Text Editor: How to set the cursor to the end of the text

i want to render a YUI2 Rich Text Editor with some preloaded text. But the cursor is always in the first position of the text. How can i set it at the end of the text? Thanks
Peacemoon's user avatar
  • 3,308
5 votes
3 answers
10k views

Underline format problem

According to the documentation i would like to overwrite predefined formats using this settings: formats: { bold : {inline : 'b' }, italic : {inline : 'i' }, underline: { ...
Thariama's user avatar
  • 50.6k
0 votes
1 answer
2k views

How can i force Tinymce to wrap all content inside paragraphs?

I initialize tinymce using forced_root_block: 'p', (this usually works fine). The problem i am facing seems to be a special case. I use Firefox. When i press ctrl+a and when all contetn is marked ...
Thariama's user avatar
  • 50.6k
0 votes
2 answers
924 views

YUI editor (RTE): How to wrap selection with a <span> and NOT lose formatting?

Ok so I've got a problem I've been working on for the last week or so and have tried everything I know or could find. I am using YUI 2.x editor where users will be doing some heavy formatting. I ...
Adam's user avatar
  • 11
2 votes
1 answer
3k views

Prevent a copy/paste to copy the style of a web page to a Rich Text Editor

I'm trying for two days now several JavaScript lightweight Rich Text Editors (rte) such as nicEdit, mooEditable, MooRTE (the two last ones were considered because they use the mootools framework which ...
nimser's user avatar
  • 690
3 votes
3 answers
2k views

Javascript RTE with spellcheck

Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service. I cannot use widgets ...
redsquare's user avatar
  • 78.4k