Is it possible to have images inside the live grid? Have the data handler (php in my case) spit out an <td><img src='path/to/img.jpg'></img></td> ? I don't end up getting any display of the image I have in it... nor do I get any ALT if I have alt set... Has anyone been able to get images to work inside the grid itself? Thanks Raph
on 22.01.2007 20:45
on 12.02.2007 23:44
I've done this and it works just fine for me. You might check the response that your server is actually spitting out and make sure that it's formatted correctly and contains the img tag. Jeremy
on 27.11.2007 00:32
I know it's an old thread but I found a solution:
params = {isEncoded: false};
buffer=new Rico.Buffer.AjaxSQL(url, params);
dan
on 23.02.2008 23:48
In Rico 2.0 rc1, see the new example that displays images from flickr. It is viewable online here: http://dowdybrown.com/dbprod/rico2/examples/php/photos.php Matt


