Categories | Question details Back To List | ||
Image in Footer Hi, Is it possible to insert an image and text in the same cell of the footer? If yes then how to do so? Please guide me. Answer posted on May 21, 2008 05:22 Any HTML content can be placed inside footer|header cell
In case of init from JS it will be grid.attachFooter("A,B <img src='some.gif'>,C") In case of init from XML it will be <afterInit> Answer posted on May 22, 2008 03:51 Thanks for the speedy answer. It does work. When i try to insert the 'OnMouseOver' and 'OnMouseOut' functions the image is not getting displayed. The syntax i'm using is <afterInit> Please suggest me on where i'm going wrong. Answer posted by Support on May 22, 2008 09:37 the provided code is correct Comma used as separator , so it need to be escaped inside header titles. Incorrect code Correct code |