Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{% raw %}
@using Syncfusion.EJ2.DropDowns

@{

string rteValue = @"<p>Dear <span contenteditable=""false"" class=""e-mention-chip""><span>{{FirstName}}</span></span> <span contenteditable=""false"" class=""e-mention-chip""><span>{{LastName}}</span></span>,</p>
Expand Down Expand Up @@ -68,8 +68,6 @@
</div>
</div>



<script>
var mailMergeEditor;
var mentionObj;
Expand Down Expand Up @@ -156,3 +154,4 @@
});
}
</script>
{% endraw %}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% raw %}
@{
string rteValue = @"<p>Dear <span contenteditable=""false"" class=""e-mention-chip""><span>{{FirstName}}</span></span> <span contenteditable=""false"" class=""e-mention-chip""><span>{{LastName}}</span></span>,</p>
<p>We are thrilled to have you with us! Your unique promotional code for this month is: <span contenteditable=""false"" class=""e-mention-chip""><span>{{PromoCode}}</span></span>.</p>
Expand Down Expand Up @@ -56,8 +57,6 @@
};
}



<div class="control-section">
<div class="sample-container">
<div class="default-section">
Expand Down Expand Up @@ -168,4 +167,5 @@
return result;
});
}
</script>
</script>
{% endraw %}