You are here

README.txt in Views node field 7

Views node field (viewsnodefield)

Provides a field to display a node
-------

Because various cool plugins are field-only, views node field was created. It 
adds a field that can be added under fields, node in the views ui. Build mode
and whether to display links/comments (untested) can be set. 

An example module is views_accordion, that stable release does not provide a 
row plugin style. 

Hooks Implemented
-----------------

hook_views_data()
  Describes the field to views.
  
hook_views_handlers()
  Notifies views of the handler that provides the field.

File

README.txt
View source
  1. Views node field (viewsnodefield)
  2. Provides a field to display a node
  3. -------
  4. Because various cool plugins are field-only, views node field was created. It
  5. adds a field that can be added under fields, node in the views ui. Build mode
  6. and whether to display links/comments (untested) can be set.
  7. An example module is views_accordion, that stable release does not provide a
  8. row plugin style.
  9. Hooks Implemented
  10. -----------------
  11. hook_views_data()
  12. Describes the field to views.
  13. hook_views_handlers()
  14. Notifies views of the handler that provides the field.