My 2 cents:
1. What's with the "../" in the script URLs?
2. What happens when you try to load "<YOUR_APP_BASE_URL>/static/
javascript/scriptaculous.js?load=effects" in your browser? Do you get
JavaScript code, a 404, a 500?
I told you it was only 2 cents!
On Nov 12, 1:15 am, "Antony Joseph" <[EMAIL PROTECTED]> wrote:
> hi
>
> This my code :
>
> 1.from TGLightWindow.widgets import lightwindow
> lightwindow=lightwindow()
>
> 2.<script type="text/javascript"
> src="../static/javascript/prototype.js"></script>
> <script type="text/javascript"
> src="../static/javascript/lightwindow.js"></script>
> <script type="text/javascript"
> src="../static/javascript/scriptaculous.js?load=effects"></script>
>
> 3.<td><a href="#" onclick="edit('${User.id}')"
> params="lightwindow_type=external" class="lightwindow page-options"><img
> src="${tg.url('/static/images/edit.png')}"/></a></td>
>
> Error :
>
> lightwindow.js requires including script.aculo.us' effects.js library!
>
> Can anyone tell what i missed..........
>
> Thanks
> Antony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---