Focal Point
[CLOSED] Icons for output formats on GUI

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3697057395

November 16, 2010, 10:01 AM
Enigma006
[CLOSED] Icons for output formats on GUI
Hai

I am working on showing icons before each output format on UI.
I want to have radio buttons and beside each button I want to show icon of each format like PDF, EXL2K, HTML (IE) icons etc..

Can some one suggest me how to do this or guide me through existing example?
I am not sure what to put for AHTML?

Thanks a lot..

This message has been edited. Last edited by: Kerry,


8.1.05
HTML,PDF,EXL2K, Active, All
November 16, 2010, 02:33 PM
Crymsyn
Well the following is the code for three radio buttons with images to the right.

 <input type="radio" name="output" value="HTML" /> <img src="(location of html image" /> <br />
<input type="radio" name="output" value="PDF" /> <img src="(location of pdf image" /> <br />
<input type="radio" name="output" value="EXL2K" /> <img src="(location of Excel 2000 image" /> <br /> 



WF: 8201, OS: Windows, Output: HTML, PDF, Excel