On Sun, Dec 21, 2008 at 10:17 AM, Christian Haselbach <[email protected]> wrote: > Hi, > > Is it possible to make custom Javascript methods available in views and > actions? For example, I'd like to write a file which defined the methods > foo() and bar() so I can use them in my map method of a view. So I do > not have to put this functionality into every view that uses it. > > Regards, > Christian >
you could play with main.js for that I guess. -- - benoƮt
