0.7.12 • Published 11 years ago

yui3 v0.7.12

Weekly downloads
91
License
-
Repository
-
Last release
11 years ago

h1. YUI Bootstrapper for Node.js

This node.js module attempts to setup and bootstrap a working YUI 3 instance.

This module includes support for remote script loading via Y.Get.script() and remote data fetching via Y.io.

See "JSDom Support" below for DOM manipulation.

h2. Node.js

All of the examples and tests assume you have @node@ in your path and they are all executable.

h2. Installing - via NPM

h2. Installing - as a developer

h2. Using the Y.Browser object

To comply with the "no-globals" CommonJS spec, there is no global document or window in this mode. Just including the nodejs-dom module will create a fake dom for this instance. You can create a document like this: "View this Gist":http://gist.github.com/359776

You can make older DOM code run by setting up a couple of local variables, "like this":http://gist.github.com/359778

If you are using YUI to serve pages, you should use a Nested Use to create the document when the request comes in.

"Something like this":http://gist.github.com/359781

I have an example showing this: @examples/y-browser.js@

h2. Examples

h2. Tests

When using JSDom, All relevent YUI 3 Dom & Selector tests pass. The ones that are skipped revolve around styles and postioning. Since there is no window or CSS cascade, these seem unimportant at the moment.

0.5.3

11 years ago

0.5.2

11 years ago

0.5.1

11 years ago

0.5.0

11 years ago

0.7.12

12 years ago

0.7.11

13 years ago

0.7.10

13 years ago

0.7.9

13 years ago

0.7.8

13 years ago

0.7.7

13 years ago

0.7.6

13 years ago

0.7.5

13 years ago

0.7.4

13 years ago

0.7.3

13 years ago

0.7.2

13 years ago

0.7.1

13 years ago

0.7.0

13 years ago

0.6.5

13 years ago

0.6.4

13 years ago

0.6.3

13 years ago

0.6.2

13 years ago

0.6.1

13 years ago

0.6.0

13 years ago

0.5.34

13 years ago

0.5.33

13 years ago

0.5.32

13 years ago

0.5.31

13 years ago

0.5.30

13 years ago

0.5.29

13 years ago

0.5.28

13 years ago

0.5.27

13 years ago

0.5.26

13 years ago

0.5.25

13 years ago

0.5.24

13 years ago

0.5.23

13 years ago

0.5.22

13 years ago

0.5.21

13 years ago

0.5.20

13 years ago

0.5.19

13 years ago

0.5.18

13 years ago

0.5.17

13 years ago

0.5.16

13 years ago

0.5.9

13 years ago

0.5.8

13 years ago

0.5.7

13 years ago

0.5.6

13 years ago

0.5.5

13 years ago

0.5.4

13 years ago

0.5.14

13 years ago

0.5.13

13 years ago

0.5.12

13 years ago

0.5.11

13 years ago

0.5.10

13 years ago