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

All Questions

Tagged with
0 votes
1 answer
332 views

HTMLPurifier - having trouble allowing YUI Rich Text Editor styling

I have a simple implementation of the YUI Rich Text Editor, it allows font, font size, bold, underline, italic, strikthrough, background color, text color, ordered and unordered lists, img, and link ...
linus72982's user avatar
  • 1,393
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
0 votes
1 answer
301 views

Integrating PHPSpellCheck into YUI RTE

I have everything set up to integrate PHPSpellCheck (http://www.phpspellcheck.com) to the YUI Rich Text Editor - I have the button made, I have the spell check program in and working - I'm missing one ...
Adam's user avatar
  • 1
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
0 votes
1 answer
57 views

Accessing YUI RichTextEditor node

I'm inserting images to editor with id param. after that i'm trying to access it with Dom.get('id'), but it returns null. I understand that it returns null because it works under parent window's ...
Doesntmatter's user avatar
0 votes
1 answer
820 views

Modifying a YUI RTE toolbar after it's been created

I am in a situation where I do not control the creation of one or many YUI Rich Text Editors; it is done in someone else's library. For the purposes of this discussion: patching code-- monkey or ...
SCdF's user avatar
  • 58.7k
2 votes
2 answers
2k views

YUI: RTE: focus and blur events

Is it possible to get the equivalent of the focus and blur events that we have on other form controls for the RTE? That is, I would like to know when a given RTE gets the focus and when it loses it. ...
avernet's user avatar
  • 31.5k