Function
Basic store to display CSS information.
The CssClassStore allows users to get information about active Css classes in the page running the CssClassStore. It can also filter out classes from specific stylesheets. The attributes it exposes on classes are as follows: class: The classname, including the '.'. classSans: The classname without the '.'.
Function
See dojo.data.api.Read.getFeatures()
Function
See dojo.data.api.Read.getAttributes()
Function
See dojo.data.api.Read.getValue()
Function
See dojo.data.api.Read.getValues()
Function
Handles the creation of an item based on the passed rule. In this store, this implies parsing out all available class names.
Function
Handles the return from a fetching action. Delegates requests to act on the resulting item set to eitehr the _handleFetchReturn or _handleFetchByIdentityReturn depending on where the request originated.
Function
Handles a fetchByIdentity request by finding the correct item.
Function
See dojo.data.api.Identity.getIdentity()
Function
See dojo.data.api.Identity.getIdentityAttributes()
Function
See dojo.data.api.Identity.fetchItemByIdentity()
Object
Object