|
@@ -36,13 +36,14 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
|
|
|
var extensionMethods = {
|
|
|
InsertText: function(text) {
|
|
|
var bIsSource = this.inSourceMode();
|
|
|
- var current_value = this.getWysiwygEditorValue() + "\n" + text;
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
if (!bIsSource)
|
|
|
this.toggleTextMode();
|
|
|
|
|
|
+ var current_value = this.getWysiwygEditorValue() + "\n" + text;
|
|
|
this.setTextareaValue(current_value);
|
|
|
|
|
|
if (!bIsSource)
|
|
@@ -51,9 +52,18 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
|
|
|
},
|
|
|
getText: function() {
|
|
|
var bIsSource = this.inSourceMode();
|
|
|
- var current_value = this.getWysiwygEditorValue();
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+ if (!bIsSource)
|
|
|
+ {
|
|
|
+ this.toggleTextMode();
|
|
|
+ this.toggleTextMode();
|
|
|
+ }
|
|
|
+ else
|
|
|
+ this.toggleTextMode();
|
|
|
+
|
|
|
+ var current_value = this.getWysiwygEditorValue();
|
|
|
|
|
|
if (!bIsSource)
|
|
|
{
|
|
@@ -70,8 +80,8 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
|
|
|
})(jQuery);
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
- $("#' . $editor_id . '").sceditorBBCodePlugin({
|
|
|
- style: "' . $settings['default_theme_url'] . '/css/jquery.sceditor.default.css",
|
|
|
+ $("#', $editor_id, '").sceditorBBCodePlugin({
|
|
|
+ style: "', $settings['default_theme_url'], '/css/jquery.sceditor.default.css",
|
|
|
colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white"';
|
|
|
|
|
|
|
|
@@ -132,7 +142,7 @@ emoticons:
|
|
|
},*/
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -204,7 +214,7 @@ emoticons:
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+*/
|
|
|
|
|
|
|
|
|
|
|
@@ -353,7 +363,7 @@ emoticons:
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+*/
|
|
|
echo '
|
|
|
});
|
|
|
});
|