Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by timur on Aug 07, 2008 08:21
open dhtmlx forum
how to add 2 or more link button

is there any way to add 2 or more link button in one field.
if only one going to be like this <cell>Stephen King^http://www.stephenking.com/</cell>

how about 2 link <cell>Stephen King^http://www.stephenking.com/, Stephen King^http://www.stephenking.com/</cell>?
Answer posted by Support on Aug 07, 2008 10:02

Can be done by inline HTML 

 <cell type="ro"><![CDATA[
     <a href="http://www.stephenking.com/">Stephen King</a>
     <a href="http://www.stephenking.com/">Stephen King</a>
]]></cell>