/** * Functions for text editing (toolbar stuff) * * @todo most of the stuff in here should be revamped and then moved to toolbar.js * @author Andreas Gohr */ /** * Creates a toolbar button through the DOM * * Style the buttons through the toolbutton class * * @author Andreas Gohr * @author Michal Rezler */ function createToolButton(icon,label,key,id,classname){ var $ = jQuery; var btn = $('