Hi everybody!
I decided to slap this new Editor over an existing text area and see how it goes.
I have a .aspx page with a text box
So I
and it worked perfectly!
Then, I submitted the form using normal .aspx posting.
but on refresh the data renders in the editor as
(This is also exactly what it looks like in the SQL database.)
I decided to slap this new Editor over an existing text area and see how it goes.
I have a .aspx page with a text box
<asp:TextBox ID="txtCreativeNotes" runat="server" Rows="5" TextMode="MultiLine" Width="420px" ClientIDMode="Static"></asp:TextBox>
So I
$(document).ready(function () { $("#txtCreativeNotes").kendoEditor();and it worked perfectly!
Then, I submitted the form using normal .aspx posting.
but on refresh the data renders in the editor as
<span style="color:#880015;">This is </span><strong><span style="font-family:'Courier New',Courier,monospace;color:#880015;">sparta</span></strong>(This is also exactly what it looks like in the SQL database.)