Tagged Questions
1
vote
1answer
259 views
Use YUI 2's Rich Text Editor for Inline Editing
I am using inline editing in YUI 2's DataTable. I would like to use the Rich Text Editor for this, but it is not among the built-in options. Does anyone know of code that does this or how one might go ...
1
vote
0answers
89 views
YUI Rich Text Editor Tool to apply Border for Image or div or page?
I have requirement, where a user can choose any border for the content he posted in the editor. Is there any sample available to create borders in YUI Rich Text Editor?
Any help is appreciated.
...
1
vote
2answers
165 views
YUI SimpleEditor not right layout
I've downloaded the YUI library for the nice SimpleEditor. When installed and created a simple test. It will not display right.
this is how it should look like.
...
1
vote
2answers
231 views
Running a function when the content of yui rte is changed
I'm currently using the Rich Text Editor from the YUI framework. But I don't know how I can run a function when the content of the editor has changed. Want to do this to give the user a message if ...
0
votes
0answers
93 views
I need to disable HTML pasting into my YUI Rich Text Editor
I'm using YUI Rich Text Editor, I need to add a functionality to Delete any added html tags.
For instance, if I copied some text that includes check boxes and input fields from an HTML page, then ...
0
votes
1answer
145 views
rich text editor vs update panel
I have used yui rich text editor. And I created a form with update panel. Then I found the yui editor is not working fine in update panel. How can i do to work the yui editor within update panel.
0
votes
0answers
76 views
Wrong highlight-color on buttons of YUI rich text editor
Hello fellows,
I'm currently using YUI rich text editor. I'm getting the wrong highlight-color. Any suggestions?
here is the code I'm using to develp this,
<script>
(function() {
var ...
0
votes
1answer
69 views
is WYSiHat some how based on YUI
I have a simple question. IS WYSiHat WYSIWYG rich text editor some how based on YUI? As far as I understand it is not, but some how the way it is coded is very similar to YUI.
Thanks
0
votes
1answer
260 views
Embedding video in my YUI rich text editor
I am few hours old using YUI rich text editor.
I can only find the insert image button, what do i do to enable me insert videos?
Thanks
0
votes
1answer
542 views
JQuery validation is not working for YUI editor. ASP.NET MVC
I'm using YUI(Yahoo UI) rich text editor control in my MVC view page. I need to do a jquery required field validation.
It shows error message when submit without any value in that field but it stays ...