Powered by Vanilla 1.1.2.
Download uni-form.prototype.js (attached zip in this message) an put it together with prototype.js (get Prototype) in your javaScript folder.
Then, you'll need to include prototype instead of jQuery so instead of something like this:
<script src="js/jquery.js" type="text/javascript"></script><script src="js/uni-form.jquery.js" type="text/javascript"></script>
put something like this:
<script src="js/prototype.js" type="text/javascript"></script><script src="js/uni-form.prototype.js" type="text/javascript"></script>
Please note that (if you are using this in Ruby on Rails) uni-form.prototype.js needs Prototype 1.5.1 version to work, however, at the time of writing this Rails ships with Prototype 1.5.0, so you'll need to upgrade manually untill 1.5.1 is supported by default.
Is there a reason that the highlighter functions no longer seem to work once we switch over to prototype?
Please note that (if you are using this in Ruby on Rails) uni-form.prototype.js needs Prototype 1.5.1 version to work, however, at the time of writing this Rails ships with Prototype 1.5.0, so you'll need to upgrade manually untill 1.5.1 is supported by default.
That's what caused the same problem with us while testing and developing the RoR plugin.
1 to 3 of 3