Skip to content
jeffkreeftmeijer edited this page Sep 13, 2010 · 2 revisions

After the installation, you can replace this;

var toolbar = new WysiHat.Toolbar(editor);

with;

var toolbar = new WysiHat.AdvancedToolbar(editor);

to include the Advanced Toolbar instead of the standard one.

Clone this wiki locally