Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / docs / output / Ext.util.CSS.html
index 80ec8cd..1cb87a6 100644 (file)
@@ -1,7 +1,7 @@
-<div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/CSS.html#cls-Ext.util.CSS">Ext.util.CSS</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.util</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">CSS.js</td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/CSS.html#cls-Ext.util.CSS">CSS</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr></table><div class="description">Utility class for manipulating CSS rules<br><br><i>This class is a singleton and cannot be created directly.</i></div><div class="hr"></div><a id="Ext.util.CSS-props"></a><h2>Public Properties</h2><div class="no-members">This class has no public properties.</div><a id="Ext.util.CSS-methods"></a><h2>Public Methods</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Method</th><th class="msource-header">Defined By</th></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.util.CSS-createStyleSheet"></a><b><a href="source/CSS.html#method-Ext.util.CSS-createStyleSheet">createStyleSheet</a></b>(&nbsp;<code>String&nbsp;cssText</code>,&nbsp;<code>String&nbsp;id</code>&nbsp;)
+<div class="body-wrap" xmlns:ext="http://www.extjs.com"><div class="top-tools"><a class="inner-link" href="#Ext.util.CSS-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>&#13;<a class="inner-link" href="#Ext.util.CSS-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>&#13;<a class="inner-link" href="#Ext.util.CSS-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>&#13;<a class="bookmark" href="../docs/?class=Ext.util.CSS"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>&#13;</div><h1>Class <a href="source/CSS.html#cls-Ext.util.CSS">Ext.util.CSS</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.util</td></tr><tr><td class="label">Defined In:</td><td class="hd-info"><a href="source/CSS.html#cls-Ext.util.CSS">CSS.js</a></td></tr><tr><td class="label">Class:</td><td class="hd-info"><a href="source/CSS.html#cls-Ext.util.CSS">CSS</a></td></tr><tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr></table><div class="description">Utility class for manipulating CSS rules<br><br><i>This class is a singleton and cannot be created directly.</i></div><div class="hr"></div><a id="Ext.util.CSS-props"></a><h2>Public Properties</h2><div class="no-members">This class has no public properties.</div><a id="Ext.util.CSS-methods"></a><h2>Public Methods</h2><table cellspacing="0" class="member-table"><tbody><tr><th colspan="2" class="sig-header">Method</th><th class="msource-header">Defined By</th></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.util.CSS-createStyleSheet"></a><b><a href="source/CSS.html#method-Ext.util.CSS-createStyleSheet">createStyleSheet</a></b>(&nbsp;<code>String&nbsp;cssText</code>,&nbsp;<code>String&nbsp;id</code>&nbsp;)
     :
-                                        StyleSheet<div class="mdesc"><div class="short">Creates a stylesheet from a text blob of rules.&#13;
-These rules will be wrapped in a STYLE tag and appended to the HEAD ...</div><div class="long">Creates a stylesheet from a text blob of rules.\r
+                                        StyleSheet<div class="mdesc"><div class="short">Creates a stylesheet from a text blob of rules.
+These rules will be wrapped in a STYLE tag and appended to the HEAD o...</div><div class="long">Creates a stylesheet from a text blob of rules.
 These rules will be wrapped in a STYLE tag and appended to the HEAD of the document.<div class="mdetail-params"><strong>Parameters:</strong><ul><li><code>cssText</code> : String<div class="sub-desc">The text containing the css rules</div></li><li><code>id</code> : String<div class="sub-desc">An id to add to the stylesheet for later removal</div></li></ul><strong>Returns:</strong><ul><li><code>StyleSheet</code><div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource">CSS</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.util.CSS-getRule"></a><b><a href="source/CSS.html#method-Ext.util.CSS-getRule">getRule</a></b>(&nbsp;<code>String/Array&nbsp;selector</code>,&nbsp;<code>Boolean&nbsp;refreshCache</code>&nbsp;)
     :
                                         CSSRule<div class="mdesc"><div class="short">Gets an an individual CSS rule by selector(s)</div><div class="long">Gets an an individual CSS rule by selector(s)<div class="mdetail-params"><strong>Parameters:</strong><ul><li><code>selector</code> : String/Array<div class="sub-desc">The CSS selector or an array of selectors to try. The first selector that is found is returned.</div></li><li><code>refreshCache</code> : Boolean<div class="sub-desc">true to refresh the internal cache if you have recently updated any rules or added styles dynamically</div></li></ul><strong>Returns:</strong><ul><li><code>CSSRule</code><div class="sub-desc">The CSS rule or null if one is not found</div></li></ul></div></div></div></td><td class="msource">CSS</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi">&nbsp;</a></td><td class="sig"><a id="Ext.util.CSS-getRules"></a><b><a href="source/CSS.html#method-Ext.util.CSS-getRules">getRules</a></b>(&nbsp;<code>Boolean&nbsp;refreshCache</code>&nbsp;)