Provides the Views' administrative interface.
File
core/modules/views_ui/admin.inc
Functions
Name | Description |
---|---|
views_ui_add_ajax_trigger | Converts a form element in the add view wizard to be AJAX-enabled. |
views_ui_add_ajax_wrapper | After-build function that adds a wrapper to a form region (for AJAX refreshes). |
views_ui_add_limited_validation | Processes a non-JavaScript fallback submit button to limit its validation errors. |
views_ui_ajax_update_form | Updates a part of the add view form via AJAX. |
views_ui_build_form_url | Create the menu path for one of our standard AJAX forms based upon known information about the form. |
views_ui_form_button_was_clicked | #process callback for a button; determines if a button is the form's triggering element. |
views_ui_nojs_submit | Non-Javascript fallback for updating the add view form. |
views_ui_standard_display_dropdown | Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display. |
Please login to continue.