Hi,
is it possible to have two links in a single cell, like so:
Link1^javascript:OnLink1()^_self Link2^javascript:OnLink2()^_self
In code above I’ve placed an space between two links but only the first ‘Link1’ is displayed?
Thanks in advance.
Hi,
is it possible to have two links in a single cell, like so:
Link1^javascript:OnLink1()^_self Link2^javascript:OnLink2()^_self
In code above I’ve placed an space between two links but only the first ‘Link1’ is displayed?
Thanks in advance.
Unfortunately such feature is not supported by link exCell.
You may try to put html links to your cell or create your own custom ExCell type.