Searched defs:StyleSheet (Results 1 - 1 of 1) sorted by relevance

/yui3/src/stylesheet/js/
H A Dstylesheet.js2 * The StyleSheet component is a module for creating and modifying CSS
70 * Create an instance of StyleSheet to encapsulate a css stylesheet.
72 * <pre><code>var sheet = Y.StyleSheet(..);</pre></code>
74 * <pre><code>var sheet = new Y.StyleSheet(..);</pre></code>
79 * <li>The string name of an existing StyleSheet instance</li>
80 * <li>The unique guid generated for an existing StyleSheet instance</li>
87 * <p>If a string is passed, StyleSheet will first look in its static name
90 * used as a the initial cssText for a new StyleSheet. Otherwise, a new empty
91 * StyleSheet is created, assigned the string value as a name, and registered
98 * @class StyleSheet
105 function StyleSheet(seed, name) { function
[all...]

Completed in 9 milliseconds