Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by AZMel on Oct 01, 2008 10:14
open dhtmlx forum
Multiple links in one cell

I need to have multiple links in a single cell. I'm already able to set a cell to a single link but I have multiple account numbers listed in a single cell and need to be able to open a link to each accounts detail page. Is this possible?

Thanks,

Mel
Answer posted by Support on Oct 02, 2008 01:24
You can use "ro" or other simple column type and inline HTML tags, such as 

<row id="12"><cell type='ro'><![CDATA[ <a href="http://...">First</a><a href="http://...">Second</a> ...]]><cell>
Answer posted by AZMel on Oct 02, 2008 06:49
Works perfect!  Thanks,

Mel