Home
last modified time | relevance | path

Searched refs:rich_text_editor (Results 1 – 5 of 5) sorted by relevance

/plugin/bez/scripts/
H A Dthread.js71 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 Dtask.js33 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 Dthread_report.js3 bez.rich_text_editor(jQuery('textarea#content'), jQuery('.bez_description_toolbar'));
H A Dtask_form.js24 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar'));
/plugin/bez/
H A Dscript.js44 bez.rich_text_editor = function($textarea, $header) { function