X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.util.CSS.html diff --git a/docs/output/Ext.util.CSS.html b/docs/output/Ext.util.CSS.html index 4e235fed..7a391a40 100644 --- a/docs/output/Ext.util.CSS.html +++ b/docs/output/Ext.util.CSS.html @@ -1,17 +1,17 @@ -
Package: | Ext.util |
Defined In: | CSS.js |
Class: | CSS |
Extends: | Object |
Method | Defined By | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
createStyleSheet( String cssText , String id )
- :
- StyleSheetCreates a stylesheet from a text blob of rules.
-These rules will be wrapped in a STYLE tag and appended to the HEAD ... 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. Parameters:
| CSS | ||||||||||||||||||||||||||||||||
getRule( String/Array selector , Boolean refreshCache )
- :
- CSSRuleGets an an individual CSS rule by selector(s) Gets an an individual CSS rule by selector(s) Parameters:
| CSS | ||||||||||||||||||||||||||||||||
getRules( Boolean refreshCache )
- :
- ObjectGets all css rules for the document Gets all css rules for the document Parameters:
| CSS | ||||||||||||||||||||||||||||||||
refreshCache()
- :
- Object Refresh the rule cache if you have dynamically added stylesheets Refresh the rule cache if you have dynamically added stylesheets Parameters:
| CSS | ||||||||||||||||||||||||||||||||
removeStyleSheet( String id )
- :
- voidRemoves a style or link tag by id Removes a style or link tag by id Parameters:
| CSS | ||||||||||||||||||||||||||||||||
swapStyleSheet( String id , String url )
- :
- voidDynamically swaps an existing stylesheet reference for a new one Dynamically swaps an existing stylesheet reference for a new one Parameters:
| CSS | ||||||||||||||||||||||||||||||||
updateRule( String/Array selector , String property , String value )
- :
+Class Ext.util.CSS
Utility class for manipulating CSS rules This class is a singleton and cannot be created directly. Public PropertiesThis class has no public properties. Public Methods
Public EventsThis class has no public events. |