Hello to everyone, I'm new to this forum.
I'm an italian webmaster and found your editor while searching an editor which creates accessible code.
Your Editor is really really good, cause its simple to use and has got only the elements wich are really important,
Thank You for creating it.
Now I have a question I downloaded the WYMeditor 0.4 release.
But I can't make it work right.
The code I pasted in my html page is the following:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.wymeditor.js"></script>
<script type="text/javascript" src="jquery.wymeditor.hovertools.js"></script>
<script type="text/javascript" src="jquery.wymeditor.tidy.js"></script>
<script type="text/javascript" src="jquery.wymeditor.pack.js"></script>
<script type="text/javascript" src="xhtml_parser.js"></script>
<script type="text/javascript" src="jquery.wymeditor.tidy.js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(function() {
$j(".wymeditor").wymeditor({
//options
html: "<p>test<\/p>",
stylesheet: "style.css",
cssPath: "skins/default/screen.css",
lang: "de"
postInit: function() {
alert('OK');
}
});
});
</script>
AN javascript error occours:
line 2
caracter 24661
error ';' needed
code 0
This error occours from the moment i included the
jquery.wymeditor.pack.js file.
Also the style classes aren't loaded on my local host.
You can have a look at the tryout page on the following adress:
http://www.enolandia.com/prova/prova.html
Can someone help me????
Thank You very much
Flavio