Editing an xowiki page is not activating xinha on a couple sites I admin. Editing a page shows the short textarea for content.
Values of acs-templating parameters:
UseHtmlAreaForRichtextP 1
RichTextEditor xinha
Comparing a broken xowiki edit page with one on openacs.org:
1. The body tag and other javascript code seems fairly consistent.
2. xowiki.css is referenced at openacs.org, but not on these other sites. Specifically:
xinha_config.stylistLoadStylesheet('/xowiki/resources/xowiki.css',
{'div.code' : 'Code Block'});
xinha_config.stylistLoadStylesheet('/doc/openacs.css');
However, I noticed that xinha *is* working with xowiki on a site with heavily modified css that does not reference xowiki.css.
The sites are using cvs head from an early and late year 2009. I know templating has been changing. Just wondering what I can do to get it to function until templating is fully evolved.
Any suggestions?