search for: lightview

Displaying 3 results from an estimated 3 matches for "lightview".

2008 Jul 29
0
Re: InvalidAuthenticityToken with Lightview
On 29 Jul 2008, at 01:00, Elliot Chyba wrote: > I''m integrating Lightview, > http://www.nickstakenburg.com/projects/lightview/, into an > application. > It''s more or less a content overlay similar to a light box, which then > calls the content either through an IFRAME or Ajax request. The IFRAME > works fine but for obvious reasons, I''d...
2009 Dec 28
3
Updating Scriptaculous and Prototype with current project
Hi I''ve been trying to use the latest version of Lightview. It says that it needs: Lightview requires Prototype 1.6.1 and Scriptaculous 1.8.2. I have included the following in my project files: <script type=''text/javascript'' src=''http://ajax.googleapis.com/ajax/ libs/prototype/1.6.1/prototype.js''></script>...
2008 Oct 17
1
link_to + image_tag
i want to integrated link_to with image_tag before i did link_to with image_tag like this <%=link_to image_tag(image.filename ,:size=>''110x85''),{:action=>''thumb_crop'',:controller=>''light'',:id=>image.id},:class=>''lightview'',:id=>image.id,:rel=>''iframe'',:title=>image.filename+''/Crop/''.camelize+''fullscreen :true''%> but now <%=image_tag ("/trx/images/ob.gif",:alt=>''mob'',:title=>''mob'')%> &l...