Commit 9a8cb1d7 by Urvil Shah

Instead oF CodeView get Get the Html ..

parent f62a70a3
Pipeline #7169 passed with stages
in 23 minutes 11 seconds
...@@ -232,9 +232,9 @@ ...@@ -232,9 +232,9 @@
}) })
}); });
$('#SendEmail').click(function (e) { $('#SendEmail').click(function (e) {
e.preventDefault(); e.preventDefault();
var Content = $('#FroalaHtmlEditor').froalaEditor('codeView.get'); var Content = $('#FroalaHtmlEditor').froalaEditor('html.get');
var EmailId = document.getElementById("EmailId").value; var EmailId = document.getElementById("EmailId").value;
var key = document.getElementById("KeyValue").value; var key = document.getElementById("KeyValue").value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment