Full ELMS Learning Network documentation
Views style plugins
- cis7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
- cle7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
- elmsmedia7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
- icor7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
- meedjum_blog7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
- mooc7 sites/all/modules/ulmus/views/plugins/views_plugin_style.inc views_style_plugins
Style plugins control how a view is rendered. For example, they can choose to display a collection of fields, node_view() output, table output, or any kind of crazy output they want.
Many style plugins can have an optional 'row' plugin, that displays a single record. Not all style plugins can utilize this, so it is up to the plugin to set this up and call through to the row plugin.
See also
Classes
Name![]() |
Location | Description |
---|---|---|
google_chart_tools_views_plugin_style |
sites/ |
The views style plugin. |
media_views_plugin_style_media_browser |
sites/ |
Media Views style plugin. |
views_content_plugin_style_ctools_context |
sites/ |
Default style plugin to render rows one after another with no decorations. |
views_data_export_plugin_style_export |
sites/ |
Generalized style plugin for export plugins. |
views_data_export_plugin_style_export_csv |
sites/ |
Generalized style plugin for export plugins. |
views_data_export_plugin_style_export_xml |
sites/ |
Generalized style plugin for export plugins. |
views_field_calc_table |
sites/ |
Style plugin to render each item as a row in a table. |
views_field_calc_table |
profiles/ |
Style plugin to render each item as a row in a table. |
views_fluid_grid_plugin_style |
sites/ |
Style plugin to render items in a fluid grid. |
views_plugin_style |
sites/ |
Base class to define a style plugin handler. |
views_plugin_style_default |
sites/ |
Default style plugin to render rows one after another with no decorations. |
views_plugin_style_grid |
sites/ |
Style plugin to render each item in a grid cell. |
views_plugin_style_jump_menu |
sites/ |
Style plugin to render each item as a row in a table. |
views_plugin_style_list |
sites/ |
Style plugin to render each item in an ordered or unordered list. |
views_plugin_style_rss |
sites/ |
Default style plugin to render an RSS feed. |
views_plugin_style_summary |
sites/ |
The default style plugin for summaries. |
views_plugin_style_summary_jump_menu |
sites/ |
The default style plugin for summaries. |
views_plugin_style_summary_unformatted |
sites/ |
The default style plugin for summaries. |
views_plugin_style_table |
sites/ |
Style plugin to render each item as a row in a table. |
views_plugin_style_table_responsive |
sites/ |
Style plugin to render each item as a row in a table. |
File
- sites/
all/ modules/ ulmus/ views/ plugins/ views_plugin_style.inc, line 8 - Definition of views_plugin_style.