> I wanted to test TinyMCE as an html-editor in the wizards, but I > don't have a clue on how to enable it.
You can configure the alternate wizards by creating a config/util/editwizard.xml file containing the following: <?xml version="1.0"?> <!DOCTYPE util PUBLIC "-//MMBase//DTD util config 1.0//EN" "http://www.mmbase.org/dtd/util_1_0.dtd"> <util> <properties> <property name="wizardStyleSheet">xsl/wizard_tinymce.xsl</property> </properties> </util> Which in the above case selects the xsl that uses tinymce. We use it for other stuff too, such as defining a version of a list that has pagecounters both on the top and the bottom of the page. By creating a xsl that overrided the default, and then appoint it in the confuration, I can continue to update the MMBase xsls while still using a default 'custom' xsl on our system. Gomez _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
