there is a javascript error:
-----
YAHOO.util.DataSourceBase is undefined
autocomplete-min.js()()autocomp...te-min.js (line 7)
[Break on this error] YAHOO.widget.DS_JSArray=YAHOO.util.Local...rEl=function(){return this._elContainer;
------

It is apparently a common issue for people migrating from yui 2.5.x to 2.6

http://www.nabble.com/Problem-with-server-side-pagination-td19888194.html
I just do not know where in yui_editor the code is to fix

Comments

jeffcd’s picture

Are you using a local copy of the YUI library on your server?

jeffcd’s picture

Status: Active » Closed (fixed)

Actually.. it does work with 2.6.0 and I've tried it with local and remote library.

If you are using a local copy then you need to follow the note on the project homepage.

http://drupal.org/project/yui_editor

forfear’s picture

When you specify the local path for a local YUI library installation (make sure you download the 12MB download) not the YUI DOMs javascripts.
Expand your YUI_2.8.0r4. The module installation instructions are for the older versions of YUI. but if you are doing a local copy of YUI dev kit, you'll get only the current latest version.

name the YUI 2.80.r4 folder to 2.6.0.

yui_2.8.0r4 ---> 2.6.0

So when you specify the path make sure you have something like the following

sites\default\files\2.6.0

the folder name is important because i think thats used to call the right version of scripts.

This comment refers to the 6.x-2.33 version of the YUI Rich Text Editor and the current YUI 2 Developer kit from (http://developer.yahoo.com/yui/2/)