Re: referring to prototype.js in html

2009-03-17 Thread Onno Scheffers
> > Why would you need to refer to prototype.js? It can be very useful if you want your template to be fully working and previewable. I copied the Prototype library into my js-folder so I can easily include it in the templates. This makes it much easier for the web-designers to work on the pages

Re: referring to prototype.js in html

2009-03-17 Thread Howard Lewis Ship
Why would you need to refer to prototype.js? If you simply inlcude any JavaScript on the page, via RenderSupport, it is added to the rendered page automatically. On Tue, Mar 17, 2009 at 6:37 AM, ningdh wrote: > Hi, > > I think it should be ${asset:context:scriptaculous/prototype.js}" without the

Re: referring to prototype.js in html

2009-03-17 Thread ningdh
Hi, I think it should be ${asset:context:scriptaculous/prototype.js}" without the leading /. DH - Original Message - From: "Angelo Chen" To: Sent: Tuesday, March 17, 2009 8:51 PM Subject: t5: referring to prototype.js in html > > Hi, > > I need to refer to prototype.js in a html,