| 1234567891011121314151617181920212223 | 
Styles are containers to group similar field display formatters. For example, astyle on a Filefield may contain several formatters based on the mimetype orstream, while a style on a node reference might display various formattersbased on the referenced node type.By itself, this module does nothing. Rather, it provides an API available foruse by other modules. The Media Styles module, bundled with the<a href="/project/media">Media</a> module, is a fully featured module utilizingthe API.Hooks provided:<code>hook_styles_default_containers()hook_styles_default_styles()hook_styles_default_presets()hook_styles_default_containers_alter(&$style)hook_styles_default_styles_alter(&$style)hook_styles_default_presets_alter(&$style)hook_styles_delete(&$style)</code>See http://groups.drupal.org/node/35206 for a quick background.
 |