| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 247 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
views_plugin_style_table:: (5 methods):
option_definition()
build_sort()
build_sort_post()
sanitize_columns()
options_form()
Class: views_plugin_style_table - X-Ref
Style plugin to render each item as a row in a table.| option_definition() X-Ref |
| No description |
| build_sort() X-Ref |
| Determine if we should provide sorting based upon $_GET inputs. |
| build_sort_post() X-Ref |
| Add our actual sort criteria |
| sanitize_columns($columns, $fields = NULL) X-Ref |
| Normalize a list of columns based upon the fields that are available. This compares the fields stored in the style handler to the list of fields actually in the view, removing fields that have been removed and adding new fields in their own column. - Each field must be in a column. - Each column must be based upon a field, and that field is somewhere in the column. - Any fields not currently represented must be added. - Columns must be re-ordered to match the fields. param: $columns param: $fields |
| options_form(&$form, &$form_state) X-Ref |
| Render the given style. |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |