YUI Rich Text Editor

{{refimprove|date=April 2021}}

{{short description|Text editor}}

{{Infobox Software

| name = YUI Rich Text Editor

| logo =

| screenshot = Yuieditorbasic.png

| caption = A basic YUI rich text editor

| developer = Yahoo!

| latest release version =

| latest release date =

| operating system = Cross-platform

| programming language = JavaScript

| license = BSD License

| website = {{URL|yuilibrary.com/yui/docs/editor/}}

}}

YUI Rich Text Editor is a project developed by Yahoo! as a part of the YUI Library for an online rich-text editor that replaces a standard HTML textarea. It allows for drag and drop inclusion and sizing of images, text coloring, realignment, fonts, italic and bold text. The YUI rich text editor uses a plug-in architecture and it is skinnable along with the rest of the YUI.{{cite web|url=http://developer.yahoo.com/yui/editor/|title=YUI 2 API Docs and Archives|work=yahoo.com|access-date=22 June 2016}}

Components

The YUI Rich Text Editor (RTE) contains the following components: Editor, SimpleEditor, ToolbarButton, and ToolbarButtonAdvanced. Some differences in the SimpleEditor and the Editor control are that the SimpleEditor uses JavaScript prompts and select elements rather than YUI defined elements.{{cite web|url=http://developer.yahoo.com/yui/editor/#choosing|title=YUI 2 API Docs and Archives|work=yahoo.com|access-date=22 June 2016}}

History

This component was designed and implemented by the Yahoo! developer Dav Glass in order to add a rich text editor component to the YUI.

References