| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: views_plugin_style_default.inc,v 1.2 2008/09/30 19:47:11 merlinofchaos Exp $ 3 /** 4 * @file 5 * Contains the default style plugin. 6 */ 7 8 /** 9 * Default style plugin to render rows one after another with no 10 * decorations. 11 * 12 * @ingroup views_style_plugins 13 */ 14 class views_plugin_style_default extends views_plugin_style { 15 /** 16 * Set default options 17 */ 18 function options(&$options) { 19 parent::options($options); 20 } 21 22 function options_form(&$form, &$form_state) { 23 parent::options_form($form, $form_state); 24 } 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |