Adding buttons to tollbar
Brought to you by:
cdolivet
Awesome editor!
I'm trying to integrate it into a mobile page and would like to add more buttons to the toolbar to facilitate text entry. How do I go about doing this? For example, say I wanted to have an insert tags button (that would insert braces) right on the toolbar. I could call the
onclick='editAreaLoader.insertTags("textarea_id", "{", "}");' value='insertTags' in a button on the same page
but what do I do to actually get it in the toolbar?
Thanks!