[Prototype-core] Template Class (documentation related)

2007-06-19 Thread Jay Tee
The documentation for the template class and evaluate method may have a small omission. When evaluating a template, you don't necessarily need to use an object literal. You can use an array as well - provided you use numbers when creating the template: [code] //templates var t1 = new Template('

[Prototype-core] Re: C and PHP style syntax to fill an array with values

2008-06-07 Thread Jay Tee
On Jun 3, 10:06 am, Yanick <[EMAIL PROTECTED]> wrote: > > Hope this helps. (And if the core folks think this is core worthy, I > think it could make a pretty addon.) > > yanick You've helped very much! This particular function has helped me with populating grids more than anything else. It's s