Allows you to set/get the current store view.
magento.catalogCategoryAttribute.currentStore({
storeView: val
}, callback);
Allows you to retrieve the list of category attributes.
magento.catalogCategoryAttribute.list(callback);
Allows you to retrieve the attribute options.
magento.catalogCategoryAttribute.options({
attributeId: val,
storeView: val
}, callback);