Patches: Browse | Submit New | Admin
Two small additions to the SVN code: 1) I added value and value= to Gauge. So you can now do something like this: gauge.value = gauge.value + 10 2) I added autoload support for event_handlers before Object::const_get(template.event_handler).new is called, I now call a require template.event_handler So you don't have to require it in the loader - code. This means that if you call an Eventhandler "MyForm", you have to name the file MyForm.rb .
Add A Comment: