Search for preview

  1. Search 7.x-3.x for preview
  2. Other projects
Title Object type File name Summary
hook_views_preview_info_alter function docs/docs.php This hook should be placed in MODULENAME.views.inc and it will be auto-loaded.
This must either be in the same directory as the .module file or in a subdirectory
named 'includes'.
view::preview function includes/view.inc Preview the given display, with the given arguments.
views_plugin_display::preview function plugins/views_plugin_display.inc Fully render the display for the purposes of a live preview or
some other AJAXy reason.
views_plugin_display_feed::preview function plugins/views_plugin_display_feed.inc Fully render the display for the purposes of a live preview or
some other AJAXy reason.
views_plugin_query::get_preview_info function plugins/views_plugin_query.inc Return preview info.
views_plugin_query_default::get_preview_info function plugins/views_plugin_query_default.inc Return preview info.
views_ui_preview function includes/admin.inc Page callback for the live preview.
views_ui_preview_form function includes/admin.inc Form for generating argument information for the live preview.
views_ui_preview_form_submit function includes/admin.inc Submit the preview form.