Richbox Textbox in MVC with Smiley
As we have seen in our previous article how to set richbox textbox in MVC but here we will learn how to add richbox with smiley (Emoji Emotion Icons)
Source code:-
@{
Layout = null;
}
<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>
<textarea ID="txtbox" TextMode="MultiLine" />
Out-Put:-
Richbox Textbox in MVC with Smiley
Reviewed by NEERAJ SRIVASTAVA
on
9:37:00 PM
Rating:
No comments: