How does this module work? The only documentation seems to be the 'Try out a demonstration' link under Resources. However, this is the main page of the YUI Library with no links related to Drupal.

Also, is this YUI 2 or YUI 3?

Comments

bakyildiz’s picture

There is a document named install.txt within the module. Did you review this file?

technicalknockout’s picture

What directory is the install.txt document in? I searched the module for the file but could not find it.

dman’s picture

There is no install.txt, but there is a readme.txt. (in the 6-x dev anyway)
I couldn't see information on how this is expected to be used in that doc, and I guess from the URL mentioned that it was referring to YUI 2.5.0

From looking at the CVS...
It appears that the module here doesn't do much on its own, you still have to embed the YUI script in the page from your own code. It appears this module currently allows you to set a script parameter that switches the preferred YUI skin.
Actually doing things and adding YUI code is up to you.