Richbox Textbox in asp.net c# with Emoji Emotion Icons
As we have seen in our previous article how to set richbox textbox in asp.net c# but here we will learn how to add richbox textbox with smiley (Emoji Emotion Icons) in asp.net c#
Source code:-
<script type="text/javascript" src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>
<script type="text/javascript">
tinymce.init({
selector: 'textarea',
plugins: "emoticons",
toolbar: "emoticons",
width: 500
});
</script>
<asp:TextBox ID="txtbox" runat="server" TextMode="MultiLine" />
Out-Put:-
Richbox Textbox in asp.net c# with Emoji Emotion Icons
Reviewed by NEERAJ SRIVASTAVA
on
9:32:00 PM
Rating:
No comments: