Home › Forums › Other › Creating an input toolbar in admin cms › Re: Creating an input toolbar in admin cms
February 19, 2013 at 3:30 pm
#125295
Member
What you’re looking for is a WYSIWYG editor. The most popular are:
TinyMCE (what WordPress uses):
http://www.tinymce.com/
CKEditor:
http://ckeditor.com/
XStandard:
http://www.xstandard.com/
You would then initialize this on whichever fields you wanted it to be used for via JavaScript.