You are here

function views_plugin_style_jump_menu::render_set in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 plugins/views_plugin_style_jump_menu.inc \views_plugin_style_jump_menu::render_set()
  2. 7.3 plugins/views_plugin_style_jump_menu.inc \views_plugin_style_jump_menu::render_set()

File

plugins/views_plugin_style_jump_menu.inc, line 161
Contains the table style plugin.

Class

views_plugin_style_jump_menu
Style plugin to render each item as a row in a table.

Code

function render_set($title, $records) {
  $options = array();
  $fields = $this->rendered_fields;
}