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.12.2.2 (checked in on 2007/12/20 at 18:13:06 by ufku)
| Name | Description |
|---|---|
| bueditor_admin | Admin main page. |
| bueditor_buttons | All buttons of an editor. |
| bueditor_buttons_processed | Processed buttons. Evaluate php code for php buttons. |
| bueditor_button_add | Insert/update a button. |
| bueditor_button_delete | Delete a button. |
| bueditor_check_match | Check matching lines of the needle in haystack.(page and textarea id) |
| bueditor_confirm_delete | Confirm editor delete |
| bueditor_confirm_delete_form | |
| bueditor_confirm_delete_form_submit | |
| bueditor_cron | Implementation of hook_cron. Clean button script files for every 15 days |
| bueditor_editors | Editor(s). |
| bueditor_editor_add | Insert/update an editor. |
| bueditor_editor_delete | Delete an editor. |
| bueditor_elements | Implementation of hook_elements(). |
| bueditor_export_buttons | Export an array of buttons as CSV. |
| bueditor_form_admin | Admin form. |
| bueditor_form_admin_submit | Admin form submit. |
| bueditor_form_button | Template form for buttons |
| bueditor_form_editor | Editor form. |
| bueditor_form_editor_submit | Editor form submitted. |
| bueditor_get_form_editor | Editor form processed. |
| bueditor_icons | Icons in "icons" folder. |
| bueditor_import_buttons | Import buttons from a CSV file. |
| bueditor_isimage | check if the icon is image.(just a string check, not a file check) |
| bueditor_js_buttons | Include buttons in a js file to support browser caching. if fails include them inline. |
| bueditor_js_library | Include external javascript files from "library" directory |
| bueditor_menu | Implementation of hook_menu(). |
| bueditor_rolesort | user sorting function for roles. |
| bueditor_save_data | Save data to a file. return true on success. |
| bueditor_settle | Include necessary js and css files for editor settlement. |
| bueditor_sorted_roles | Sort roles according to their weights. |
| bueditor_textarea | Integrate the editor into textareas. |
| bueditor_user_editor | Return the editor assigned to the user. |
| bueditor_user_eid | Return the editor id assigned to the user. |
| theme_bueditor_form_admin | Admin form themed. |
| theme_bueditor_form_editor | Editor form themed. |