if (!isNaN(textarea.selectionStart))
textarea = opener.document.getElementById(text_name);
textarea = document.getElementById(text_name);
function insert_text(text, spaces, popup)
range.move("character", new_pos);
var range = textarea.createTextRange();
textarea.selectionEnd = new_pos;
textarea.selectionStart = new_pos;
if (!isNaN(textarea.selectionStart))
// Center the cursor when we don't have a selection
insert_text(bbopen + bbclose);
var new_pos = caret_pos + bbopen.length;
var caret_pos = getCaretPosition(textarea).start;
//The new position for the cursor after adding the bbcode
document.getElementById(text_name).focus();
mozWrap(document.getElementById(text_name), bbopen, bbclose);
document.getElementById(text_name).focus();
document.selection.createRange().text = bbopen + theSelection + bbclose;
theSelection = document.selection.createRange().text;
Crocketts House Forum • View topic - Mercedes Travego Coach BETA 0.6
Комментариев нет:
Отправить комментарий