Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

views_ui.module

Version

1.44.2.25 (checked in on 2007/07/14 at 19:54:20 by merlinofchaos)

Functions

Namesort iconDescription
theme_views_edit_viewDisplay the form built by _views_view_form()
theme_views_imagebutton
views_edit_viewDisplay all the guts of a view in a form for editing.
views_edit_view_submitHandle submit buttons on a view form.
views_edit_view_validateValidate that a view sent via form is OK.
views_elementsCustom form element to do our nice images.
views_imagebutton_value
views_ui_add_add_buttonAdd the 'add' button for a section into the form
views_ui_add_argumentAdd all the info for a single argument into the form.
views_ui_add_buttonAdd a single button to a form.
views_ui_add_buttonsAdd the up, down, top, bottom, delete buttons to a form.
views_ui_add_exposed_filterAdd all the info for a single exposed filter into the form.
views_ui_add_fieldAdd all the info for a single field into the form.
views_ui_add_filterAdd all the info for a single filter into the form.
views_ui_add_menu_items
views_ui_add_sectionAdd one of the list sections to the form.
views_ui_add_sortAdd all the info for a single sort into the form.
views_ui_admin_import
views_ui_admin_tools
views_ui_admin_tools_submit
views_ui_build_formseparately build a piece of the form
views_ui_plugin_validate_listValidate a view with a type: list.
views_ui_plugin_validate_tableValidate a view with type: table.
views_ui_render_sectionRender one of the dynamic sections on our form.
views_ui_render_section_addRender the add buttons for one of the dynamic sections on our form.
views_ui_reorder
views_ui_setup_widgetSet up the dynamic #options on a widget
_views_check_opsFigure out if one of the add buttons on a form were clicked, and handle it.
_views_check_sub_opsFigure out which of the many, many buttons on a form were clicked and handle it.
_views_get_arguments_defaultSelect box entries for argument defaults.
_views_move_bottomMove an item to the end of an array.
_views_move_downMove an item down in an array.
_views_move_topMove an item to the front of an array.
_views_move_upMove an item up in an array.
_views_sortordersSelect box entries for sort ordering.
_views_swapSwap two items in an array.