Not signed in (Sign In)

Powered by Vanilla 1.1.2.

Welcome Guest!
Want to take part in these discussions? If you have an account, please sign in. If you don't have an account, register now.
    •  
      CommentAuthorDraganBabic
    • CommentTimeMay 7th 2007 edited
     #1

    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.

    • CommentAuthorTrondW
    • CommentTimeMay 22nd 2007
     #2

    Is there a reason that the highlighter functions no longer seem to work once we switch over to prototype?

    •  
      CommentAuthorDraganBabic
    • CommentTimeMay 22nd 2007 edited
     #3

    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.