Searched refs:rich_text_editor (Results 1 – 5 of 5) sorted by relevance
| /plugin/bez/scripts/ |
| H A D | thread.js | 71 bez.rich_text_editor($textarea, $header); 131 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar')); 137 bez.rich_text_editor(jQuery('#opinion'), jQuery('.bez_opinion_toolbar')); 151 bez.rich_text_editor(jQuery('#reason'), jQuery('.bez_reason_toolbar'));
|
| H A D | task.js | 33 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar')); 47 bez.rich_text_editor(jQuery('#reason'), jQuery('.bez_reason_toolbar')); 90 bez.rich_text_editor($textarea, $header);
|
| H A D | thread_report.js | 3 bez.rich_text_editor(jQuery('textarea#content'), jQuery('.bez_description_toolbar'));
|
| H A D | task_form.js | 24 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar'));
|
| /plugin/bez/ |
| H A D | script.js | 44 bez.rich_text_editor = function($textarea, $header) { function
|