[Proto-Scripty] scriptaculous effects only work when I add br (bug??)

2008-12-31 Thread jeanluca
Hi All checkout the following code example: html head script type=text/JavaScript src=/javascripts/ prototype.js/script script type=text/JavaScript src=/javascripts/ scriptaculous.js/script script type=text/JavaScript src=/javascripts/effects.js/ script

[Proto-Scripty] A beautiful diagram

2008-12-31 Thread vlain
Hi to everybody (happy 2009), I have to create a diagram (a view from some data). The diagram includes objects (rectangle, rounded rectangle, ellipse...) and connection beetween objects (different kind of lines). Each object have to display some informations as clickable text and image. Diagram

[Proto-Scripty] How to change contentType.

2008-12-31 Thread Naganirangen
Hi, I'm new user to use this prototype API.Below is my requirement. I'm exporting content from jsp to excel,using setcontentType application/xls of httpresponse. When it is downloading ,browser should show Loading message. I don't know how to handle this using prototype. Can any one

[Proto-Scripty] Build an organization chart with prototype scriptaculous

2008-12-31 Thread E. Nadir
Hello, Is there a script to draw organization chart in prototype scriptaculous ? thanks :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Why does a javascript preload appear to take longer than an HTML load?

2008-12-31 Thread Walter Lee Davis
I have a bunch of images that I am preloading inside of a loop. One of these images is also loaded by the html, so I get a good look at how these two different methods perform. For measurement, I am using the Network pane of the Safari Web Inspector, after clearing the cache. The ClownFish