cancel
Showing results for 
Search instead for 
Did you mean: 

REAd and green status symbols

Former Member
0 Kudos

Hello Gurus,

I am having a small requirement in BSP. I want to add Read and green status symbols to my BSP through HTML code. Is it possible??? If yes how to do so......

Thanks,

Feroz.

Accepted Solutions (1)

Accepted Solutions (1)

GrahamRobbo
Active Contributor
0 Kudos

Hi Feroz,

you certainly can. It sort of depends on how you are rendering your output to decide the best way to do this. If you are using the <htmlb:tableView> BSP Extension then you can make use of the 'type = "IMAGE"' attribute of the <htmlb:tableViewColumn> tag.

Another way is to use a tbleview iterator.

There are heaps of blogs and forum questions on using an iterator. Just search for "iterator".

Cheers

Graham Robbo

Former Member
0 Kudos

I have used mime objects... in mime object i have added read green symboles and used in the BSP.

HTML code to use symboles <img src="ico12_error.gif" >

It had been solved by my self...

Thanks,

Feroz.

Edited by: feroz sk on Apr 1, 2008 6:45 PM

Answers (0)