Menu

How to show image on GridBox

2008-01-05
2013-04-24
  • xiangzhengyan

    xiangzhengyan - 2008-01-05

    I want want show image on grid

    row.set(0,"<img>http://test.gif</img>")

    but it's inefficacy, what should i do?

    thanx!

     
    • Nobody/Anonymous

      That's not how the <img> tag works.  Try:

      row.set(0,"<img src='http://test.gif'/>");

       

Log in to post a comment.

MongoDB Logo MongoDB