| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 3240 lines (107 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| views_ui_list_views($arg = NULL) X-Ref |
| Page callback to list views in the system. |
| views_ui_check_advanced_help() X-Ref |
| Check to see if the advanced help module is installed, and if not put up a message. Only call this function if the user is already in a position for this to be useful. |
| template_preprocess_views_ui_list_views(&$vars) X-Ref |
| Preprocess the list views theme |
| views_ui_list_views_form(&$form_state) X-Ref |
| Provide a form for sorting and filtering the list of views. |
| theme_views_ui_list_views_form($form) X-Ref |
| No description |
| views_ui_preview($js, $view) X-Ref |
| Page callback for the live preview. |
| views_ui_preview_form(&$form_state) X-Ref |
| Form for generating argument information for the live preview. |
| views_ui_preview_form_submit(&$form, &$form_state) X-Ref |
| Submit the preview form. This just takes the data and stores it on the form state in a known location. The caller will be responsible for using it. |
| views_ui_add_page() X-Ref |
| Page callback to add a new view. |
| views_ui_clone_page($view) X-Ref |
| Page callback to add a new view. |
| views_ui_add_form(&$form_state) X-Ref |
| Form constructor callback to create the views Add Form, phase 1. |
| views_ui_add_form_validate($form, &$form_state) X-Ref |
| Validate the add view form. |
| views_ui_add_form_submit($form, &$form_state) X-Ref |
| Process the add view form |
| views_ui_delete_confirm(&$form_state, $view) X-Ref |
| Page to delete a view. |
| views_ui_delete_confirm_submit(&$form, &$form_state) X-Ref |
| Submit handler to delete a view. |
| views_ui_break_lock_confirm(&$form_state, $view) X-Ref |
| Page to delete a view. |
| views_ui_break_lock_confirm_submit(&$form, &$form_state) X-Ref |
| Submit handler to break_lock a view. |
| views_ui_edit_page($view) X-Ref |
| The main view edit page |
| views_ui_export_page(&$form_state, $view) X-Ref |
| Export a view for cut & paste. |
| views_ui_import_page(&$form_state) X-Ref |
| Import a view from cut & paste |
| views_ui_import_validate($form, &$form_state) X-Ref |
| Validate handler to import a view |
| views_ui_import_submit($form, &$form_state) X-Ref |
| Submit handler for view import |
| views_ui_edit_view_form(&$form_state, $view) X-Ref |
| The main edit view form, which is really just a save/cancel/delete button. |
| views_ui_edit_view_form_validate($form, &$form_state) X-Ref |
| Validate that a view is complete and whole. |
| views_ui_edit_view_form_submit($form, &$form_state) X-Ref |
| Submit handler for the edit view form. |
| views_ui_edit_view_form_cancel($form, &$form_state) X-Ref |
| Submit handler for the edit view form. |
| views_ui_edit_view_form_delete($form, &$form_state) X-Ref |
| No description |
| template_preprocess_views_ui_edit_view(&$vars) X-Ref |
| Preprocess the view edit page. |
| template_preprocess_views_ui_edit_tab(&$vars) X-Ref |
| No description |
| views_ui_display_tab($view, $display) X-Ref |
| Generate the summary output for a single display to render in a tab. |
| template_preprocess_views_ui_edit_item(&$vars) X-Ref |
| Add information about a section to a display. |
| views_ui_regenerate_tabs(&$view, $display_id = NULL, $object = NULL) X-Ref |
| Regenerate the tabs for AJAX updates. |
| views_ui_standard_form_buttons(&$form, &$form_state, $form_id, $name = NULL, $third = NULL, $submit = NULL) X-Ref |
| Provide standard buttons for the forms to make it easy. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked. |
| views_ui_standard_submit($form, &$form_state) X-Ref |
| Basic submit handler applicable to all 'standard' forms |
| views_ui_standard_cancel($form, &$form_state) X-Ref |
| Submit handler for cancel button |
| views_ui_ajax_forms($key = NULL) X-Ref |
| No description |
| views_ui_build_identifier($key, $view, $display_id, $args) X-Ref |
| Build a form identifier that we can use to see if one form is the same as another. Since the arguments differ slightly we do a lot of spiffy concenation here. |
| views_ui_build_form_state($js, $key, &$view, $display_id, $args) X-Ref |
| Build up a $form_state object suitable for use with drupal_build_form based on known information about a form. |
| views_ui_build_form_url($form_state) X-Ref |
| Create the URL for one of our standard AJAX forms based upon known information about the form. |
| views_ui_add_form_to_stack($key, &$view, $display_id, $args, $top = FALSE) X-Ref |
| Add another form to the stack; clicking 'update' will go to this form rather than closing the ajax pad. |
| views_ui_ajax_form($js, $key, $view, $display_id) X-Ref |
| Generic entry point to handle forms. We do this for consistency and to make it easy to chain forms together. This only works for forms that use both $view and $display_id, so we have a couple of ajax forms that we don't use with this system. |
| views_ui_add_display($js, $view) X-Ref |
| AJAX callback to add a display. |
| views_ui_add_display_form(&$form_state) X-Ref |
| Form to add a display to a view. |
| views_ui_add_display_form_submit($form, &$form_state) X-Ref |
| Submit handler to add a display to a view. |
| views_ui_clone_display($js, $view, $id) X-Ref |
| AJAX callback to add a display. |
| views_ui_clone_display_form(&$form_state) X-Ref |
| From to clone a display from a view. |
| views_ui_clone_display_form_submit($form, &$form_state) X-Ref |
| Submit handler to add a clone to a display from a view. |
| views_ui_remove_display_form(&$form_state) X-Ref |
| Form to remove a display from a view. |
| views_ui_remove_display_form_submit($form, &$form_state) X-Ref |
| Submit handler to add a remove to a display from a view. |
| views_ui_remove_display_form_restore($form, &$form_state) X-Ref |
| Submit handler to add a restore a removed display to a view. |
| views_ui_analyze_view($js, $view) X-Ref |
| Page callback to display analysis information on a view. |
| views_ui_analyze_view_button(&$form_state, $view) X-Ref |
| This form doesn't particularly do much; it's really just providing a link but a button seems like it would be nicer here. It has no submit or anything, as we will never actually submit this form where the form is placed. |
| views_ui_analyze_view_form(&$form_state) X-Ref |
| Form constructor callback to display analysis information on a view |
| views_ui_analyze_view_form_submit($form, &$form_state) X-Ref |
| Submit handler for views_ui_analyze_view_form |
| views_ui_edit_details($js, $view) X-Ref |
| Page callback to edit details of a view. |
| views_ui_edit_details_form(&$form_state) X-Ref |
| Form constructor callback to edit details of a view |
| views_ui_edit_details_form_submit($form, &$form_state) X-Ref |
| Submit handler for views_ui_edit_details_form |
| views_ui_edit_display_form(&$form_state) X-Ref |
| Form constructor callback to edit display of a view |
| views_ui_edit_display_form_validate($form, &$form_state) X-Ref |
| Validate handler for views_ui_edit_display_form |
| views_ui_edit_display_form_submit($form, &$form_state) X-Ref |
| Submit handler for views_ui_edit_display_form |
| views_ui_edit_display_form_override($form, &$form_state) X-Ref |
| Override handler for views_ui_edit_display_form |
| views_ui_edit_display_form_override_update(&$form, &$form_state) X-Ref |
| Override handler and submit views_ui_edit_display_form |
| views_ui_edit_display_form_override_update_section(&$form, &$form_state) X-Ref |
| Override handler and submit views_ui_edit_display_form |
| views_ui_config_type_form(&$form_state) X-Ref |
| Form to config items in the views UI. |
| views_ui_config_type_form_submit($form, &$form_state) X-Ref |
| Submit handler for type configuration form |
| views_ui_config_filters_form(&$form, &$form_state) X-Ref |
| Configure settings particular to filters. |
| views_ui_rearrange_form(&$form_state) X-Ref |
| Form to rearrange items in the views UI. |
| theme_views_ui_rearrange_form($form) X-Ref |
| Turn the rearrange form into a proper table |
| views_ui_rearrange_form_submit($form, &$form_state) X-Ref |
| Submit handler for rearranging form |
| views_ui_add_item_form(&$form_state) X-Ref |
| Form to add_item items in the views UI. |
| views_ui_add_item_form_submit($form, &$form_state) X-Ref |
| Submit handler for adding new item(s) to a view. |
| views_ui_config_item_form(&$form_state) X-Ref |
| Form to config_item items in the views UI. |
| views_ui_config_item_form_validate($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_config_item_form_submit($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_config_item_form_remove($form, &$form_state) X-Ref |
| Submit handler for removing an item from a view |
| views_ui_config_item_form_expose($form, &$form_state) X-Ref |
| Override handler for views_ui_edit_display_form |
| views_ui_config_item_extra_form(&$form_state) X-Ref |
| Form to config_item items in the views UI. |
| views_ui_config_item_extra_form_validate($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_config_item_extra_form_submit($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_change_style_form(&$form_state) X-Ref |
| Form to change_style items in the views UI. |
| views_ui_change_style_form_validate($form, &$form_state) X-Ref |
| No description |
| views_ui_change_style_form_submit($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_config_style_form(&$form_state) X-Ref |
| Form to config_style items in the views UI. |
| views_ui_config_style_form_submit($form, &$form_state) X-Ref |
| Submit handler for configing new item(s) to a view. |
| views_ui_get_roles() X-Ref |
| Get a list of roles in the system. |
| views_ui_item_css($item) X-Ref |
| Get a css safe id for a particular section. |
| views_ui_enable_page($view) X-Ref |
| Page callback for the Views enable page. |
| views_ui_disable_page($view) X-Ref |
| Page callback for the Views enable page |
| views_ui_admin_tools() X-Ref |
| Page callback for the tools - other page |
| views_ui_tools_clear_cache() X-Ref |
| Submit hook to clear the views cache. |
| views_ui_config_item_form_rescan($form, &$form_state) X-Ref |
| Submit hook to clear Drupal's theme registry (thereby triggering a templates rescan). |
| views_ui_edit_display_form_change_theme($form, &$form_state) X-Ref |
| Override handler for views_ui_edit_display_form |
| views_ui_autocomplete_tag($string = '') X-Ref |
| Page callback for views tag autocomplete |
| _views_weight_sort($a, $b) X-Ref |
| No description |
| views_fetch_base_tables() X-Ref |
| Fetch a list of all base tables available return: |
| _views_sort_types($a, $b) X-Ref |
| No description |
| views_fetch_fields($base, $type) X-Ref |
| Fetch a list of all fields available for a given base type. return: |
| views_fetch_plugin_names($type, $key = NULL, $base = array() X-Ref |
| Fetch a list of all base tables available param: $type param: $key param: $base return: |
| theme_views_ui_style_plugin_table($form) X-Ref |
| Theme the form for the table style plugin |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |