Contributions API

Calling all Drupal developers!

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

Modules in 5

bueditor.module

Version

1.12.2.2 (checked in on 2007/12/20 at 18:13:06 by ufku)

Functions

Namesort iconDescription
bueditor_adminAdmin main page.
bueditor_buttonsAll buttons of an editor.
bueditor_buttons_processedProcessed buttons. Evaluate php code for php buttons.
bueditor_button_addInsert/update a button.
bueditor_button_deleteDelete a button.
bueditor_check_matchCheck matching lines of the needle in haystack.(page and textarea id)
bueditor_confirm_deleteConfirm editor delete
bueditor_confirm_delete_form
bueditor_confirm_delete_form_submit
bueditor_cronImplementation of hook_cron. Clean button script files for every 15 days
bueditor_editorsEditor(s).
bueditor_editor_addInsert/update an editor.
bueditor_editor_deleteDelete an editor.
bueditor_elementsImplementation of hook_elements().
bueditor_export_buttonsExport an array of buttons as CSV.
bueditor_form_adminAdmin form.
bueditor_form_admin_submitAdmin form submit.
bueditor_form_buttonTemplate form for buttons
bueditor_form_editorEditor form.
bueditor_form_editor_submitEditor form submitted.
bueditor_get_form_editorEditor form processed.
bueditor_iconsIcons in "icons" folder.
bueditor_import_buttonsImport buttons from a CSV file.
bueditor_isimagecheck if the icon is image.(just a string check, not a file check)
bueditor_js_buttonsInclude buttons in a js file to support browser caching. if fails include them inline.
bueditor_js_libraryInclude external javascript files from "library" directory
bueditor_menuImplementation of hook_menu().
bueditor_rolesortuser sorting function for roles.
bueditor_save_dataSave data to a file. return true on success.
bueditor_settleInclude necessary js and css files for editor settlement.
bueditor_sorted_rolesSort roles according to their weights.
bueditor_textareaIntegrate the editor into textareas.
bueditor_user_editorReturn the editor assigned to the user.
bueditor_user_eidReturn the editor id assigned to the user.
theme_bueditor_form_adminAdmin form themed.
theme_bueditor_form_editorEditor form themed.