Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Creating an input toolbar in admin cms Re: Creating an input toolbar in admin cms

#125295
tomrogers123
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.