Hello,
right now I'm trying to use the minificated
Scriptaculous.js/Prototype.js, but I don't have a clue how it works.
I tested my application with the original files and it works. Could
somebody explain to me how I have to transform my code e.g. see below to
make it work with the minificated files brought by xwiki.
<script type="text/javascript" language="javascript"
charset="utf-8">
// <![CDATA[
Sortable.create('testlist',{ghosting:false,constraint:false,hoverclass:'
over',
onChange:function(element){$('testlist_serialize').innerHTML =
Sortable.serialize(element.parentNode)}
});
// ]]>
</script>
Many thanks in advance,
Josef Haimerl