The ful developer kit for YUI 3 downloaded from http://developer.yahoo.com/yui/3/ was added to sites/all/libraries. Changed the folder name to YUI. Then selected YUI as the editor in Wysiwyg configuration and saved it. When trying to add a new content Article/blog etc., it doesn't show the YUI editor, regular plain text editor is displayed.

Comments

twod’s picture

Title: YUI v3 editor does not showup in drupal 7 » Add Editor: YUI v3
Category: bug » feature
Priority: Critical » Normal
Status: Active » Postponed

Until you posted this, I had no idea there even was a version 3 of the YUI Editor.
Not strange since it seems to have been introduced quite recently.

The editor won't be of much use to you yet though: yui/releasenotes/README.editor.

**** Version 3.2.0 ****

Initial Release

This release is a core utility release, the Editor instance that is created contains no GUI.
It's only the iframe rendering and event system.

I would recommend going with YUI 2 for now. ;)

sun’s picture

Status: Postponed » Closed (won't fix)

That's actually a won't fix for now. We can re-open this issue when they are ready. No need to clutter the queue.

gvc’s picture

Guess I got carried away with the promise of this version, must remember to check the release notes!

fp’s picture

Status: Closed (won't fix) » Active

This library is now at release 3.5.0pr2. Release 3.4.0 claimed that:

It's production stable and ready to be used with the proper skins and GUI.

twod’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

I don't think we'll be able to include YUI 3's editor widget at all. It looks more like a base framework for building your own editor and this hasn't changed in a long time.

At the top of http://yuilibrary.com/yui/docs/editor/ it still says:

The current release of the Rich Text Editor for YUI 3 is the base utility layers that provide a foundation on which you can create an Editor.This version of Editor does not contain a GUI of any kind.

We'd essentially have to build the whole GUI and all toolbars/buttons/commands ourselves, a task too big for this module.