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