I want to have an img who is a link into a cell.
Is it possible ?
And is it possible to create link but instead to have an url link, to have a call to javascript function ?
I want to have an img who is a link into a cell.
Is it possible ?
And is it possible to create link but instead to have an url link, to have a call to javascript function ?
You can use ro type and provide any custom html in the data , in such case you can create any type of content in the cell
<cell type="ro"><![CDATA[ <a><img onclick='some()' src='some.png'></a> ]]></cell>
Thanks. It’s perfect !
Thanks but it’s possible with script?
Also you may create a custom ExCell type with all needed options.
docs.dhtmlx.com/doku.php?id=dhtm … l_creation