| 95 |
after = '[/url]'; |
after = '[/url]'; |
| 96 |
} |
} |
| 97 |
|
|
|
|
|
| 98 |
// Image |
// Image |
| 99 |
if (button == 'image') { |
if (button == 'image') { |
| 100 |
before = '[img]'; |
before = '[img]'; |
| 154 |
return text; |
return text; |
| 155 |
} |
} |
| 156 |
|
|
| 157 |
|
|
| 158 |
Drupal.bbcodeQuoteLink = function(username, body) { |
Drupal.bbcodeQuoteLink = function(username, body) { |
| 159 |
var area = $('#' + Drupal.settings.bbcode_wysiwyg.attachTo)[0]; |
var area = $('#' + Drupal.settings.bbcode_wysiwyg.attachTo)[0]; |
| 160 |
Drupal.bbcodeInsertAtCursor(area, '[quote='+ username +']'+ body +'[/quote]'); |
Drupal.bbcodeInsertAtCursor(area, '[quote='+ username +']'+ body +'[/quote]'); |
| 161 |
area.focus(); |
area.focus(); |
| 162 |
} |
} |
| 163 |
|
|
| 164 |
|
|
| 165 |
Drupal.bbcodeGetDomSelection = function() { |
Drupal.bbcodeGetDomSelection = function() { |
| 166 |
var txt = ''; |
var txt = ''; |
| 167 |
if (window.getSelection) { |
if (window.getSelection) { |