Hi,
i´m using the wymeditor and the users are very happy. i integrated to .asp-server but now i want to use the tidy-plugin.
i integrated like in the demo:
//activate 'tidy' plugin
//which cleans up the HTML
var wymtidy = wym.tidy({
sUrl: "wymeditor/plugins/tidy/tidy.php",
sButtonHtml: "<li class='wym_tools_tidy'>"
+ "<a name='CleanUp' href='#'"
+ " style='background-image:"
+ " url(wymeditor/plugins/tidy/wand.png)'>"
+ "Clean up HTML"
+ "<\/a><\/li>"
});
wymtidy.init();
Now the troubles starts. Tidy-plugin works only with php, but I use asp. Are there any possiblities for an easy integration ?
Thanks in advance for your suggestions!