Views Raw
Categories
Component ID
2232287
Component name
Views Raw
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This Module is a Views Style Plugin.
It adds a Views Style which will provide the views result data in $rows.
It is aimed at Developers.
Install
1. Extract into sites/all/modules/views_raw
2. Enable the Module
Usage
- Templates
- Create a View and Select Raw as its Style.
- Create a new Template File for your View. For Example: /sites/all/themes/[[theme_name]]/templates/views-view--[[view_name]].tpl.php
In $rows you'll have the raw data of views result.
- Make your own Views Style Plugin and use this Module as Sceleton
- Copy/adjust as you like
TODO
- Provide Theme Hooks
Please Report any Ussues
