Hi all,
do Templates still work as in 0.2.2 ? On the wiki the templates aren't mentioned anymore in the 0.4 Customization section.
Regards,
Max
Forum closed. New forum available at http://community.wymeditor.org/
var container = wym.selected();
if(container && container.tagName.toLowerCase() != WYMeditor.BODY)
jQuery(container).after( valueToInsert );
else
jQuery(wym._doc.body).append( valueToInsert );
Users browsing this forum: No registered users and 2 guests