Displaying 2 results from an estimated 2 matches for "muddana".
2006 Apr 24
1
implementing a Slider control
i''m trying to implement a slider like
"http://wiki.script.aculo.us/scriptaculous/show/SliderDemo", but i see
that my code doesnt work.
i seem to do everything correct but then if some one could look into it
and help..
regards
muddana
The View Code:
<%= javascript_include_tag "prototype", "effects"
,"dragdrop","application","controls" ,"scriptaculous","global","slider"
%>
<html>
<script type="text/javascript" language=&...
2006 May 17
0
send_data not working properly with link_remote_to
I''m reading an image in an link_to_remote call,and then using send_data
i send the read image as :type => "image/png" :disposition =>
"inline"...but when the div tag gets updated i see only ascii characters
.....but if i do the same operation using normal call(link_to) i see it
functioning normal ....could someone explain .
my view:
<%=