Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.44.2.25 (checked in on 2007/07/14 at 19:54:20 by merlinofchaos)
| Name | Description |
|---|---|
| theme_views_edit_view | Display the form built by _views_view_form() |
| theme_views_imagebutton | |
| views_edit_view | Display all the guts of a view in a form for editing. |
| views_edit_view_submit | Handle submit buttons on a view form. |
| views_edit_view_validate | Validate that a view sent via form is OK. |
| views_elements | Custom form element to do our nice images. |
| views_imagebutton_value | |
| views_ui_add_add_button | Add the 'add' button for a section into the form |
| views_ui_add_argument | Add all the info for a single argument into the form. |
| views_ui_add_button | Add a single button to a form. |
| views_ui_add_buttons | Add the up, down, top, bottom, delete buttons to a form. |
| views_ui_add_exposed_filter | Add all the info for a single exposed filter into the form. |
| views_ui_add_field | Add all the info for a single field into the form. |
| views_ui_add_filter | Add all the info for a single filter into the form. |
| views_ui_add_menu_items | |
| views_ui_add_section | Add one of the list sections to the form. |
| views_ui_add_sort | Add 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_form | separately build a piece of the form |
| views_ui_plugin_validate_list | Validate a view with a type: list. |
| views_ui_plugin_validate_table | Validate a view with type: table. |
| views_ui_render_section | Render one of the dynamic sections on our form. |
| views_ui_render_section_add | Render the add buttons for one of the dynamic sections on our form. |
| views_ui_reorder | |
| views_ui_setup_widget | Set up the dynamic #options on a widget |
| _views_check_ops | Figure out if one of the add buttons on a form were clicked, and handle it. |
| _views_check_sub_ops | Figure out which of the many, many buttons on a form were clicked and handle it. |
| _views_get_arguments_default | Select box entries for argument defaults. |
| _views_move_bottom | Move an item to the end of an array. |
| _views_move_down | Move an item down in an array. |
| _views_move_top | Move an item to the front of an array. |
| _views_move_up | Move an item up in an array. |
| _views_sortorders | Select box entries for sort ordering. |
| _views_swap | Swap two items in an array. |