/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_util_CSS({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

Utility class for manipulating CSS rules

\n
Defined By

Methods

Ext.util.CSS
view source
( cssText, id ) : StyleSheet
Creates a stylesheet from a text blob of rules. ...

Creates a stylesheet from a text blob of rules.\nThese rules will be wrapped in a STYLE tag and appended to the HEAD of the document.

\n

Parameters

  • cssText : String

    The text containing the css rules

    \n
  • id : String

    An id to add to the stylesheet for later removal

    \n

Returns

  • StyleSheet
    \n
Ext.util.CSS
view source
( selector, refreshCache ) : CSSRule
Gets an an individual CSS rule by selector(s) ...

Gets an an individual CSS rule by selector(s)

\n

Parameters

  • selector : String/Array

    The CSS selector or an array of selectors to try. The first selector that is found is returned.

    \n
  • refreshCache : Boolean

    true to refresh the internal cache if you have recently updated any rules or added styles dynamically

    \n

Returns

  • CSSRule

    The CSS rule or null if one is not found

    \n
Ext.util.CSS
view source
( refreshCache ) : Object
Gets all css rules for the document ...

Gets all css rules for the document

\n

Parameters

  • refreshCache : Boolean

    true to refresh the internal cache

    \n

Returns

  • Object

    An object (hash) of rules indexed by selector

    \n
Ext.util.CSS
view source
( ) : Object
Refresh the rule cache if you have dynamically added stylesheets ...

Refresh the rule cache if you have dynamically added stylesheets

\n

Returns

  • Object

    An object (hash) of rules indexed by selector

    \n
Ext.util.CSS
view source
( id )
Removes a style or link tag by id ...

Removes a style or link tag by id

\n

Parameters

  • id : String

    The id of the tag

    \n
Ext.util.CSS
view source
( id, url )
Dynamically swaps an existing stylesheet reference for a new one ...

Dynamically swaps an existing stylesheet reference for a new one

\n

Parameters

  • id : String

    The id of an existing link tag to remove

    \n
  • url : String

    The href of the new stylesheet to include

    \n
Ext.util.CSS
view source
( selector, property, value ) : Boolean
Updates a rule property ...

Updates a rule property

\n

Parameters

  • selector : String/Array

    If it's an array it tries each selector until it finds one. Stops immediately once one is found.

    \n
  • property : String

    The css property

    \n
  • value : String

    The new value for the property

    \n

Returns

  • Boolean

    true If a rule was found and updated

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"CSS.html#Ext-util-CSS","filename":"CSS.js"}],"linenr":1,"members":{"property":[],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"createStyleSheet","id":"method-createStyleSheet"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"getRule","id":"method-getRule"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"getRules","id":"method-getRules"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"refreshCache","id":"method-refreshCache"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"removeStyleSheet","id":"method-removeStyleSheet"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"swapStyleSheet","id":"method-swapStyleSheet"},{"tagname":"method","owner":"Ext.util.CSS","meta":{},"name":"updateRule","id":"method-updateRule"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.util.CSS","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.util.CSS","mixins":[],"mixedInto":[]});