SmartClient Version: v10.0p_2015-12-03/LGPL Deployment (built 2015-12-03)
I have ListGrid with fields. One of them I declared as:
{name: 't', title: ' ', width: 20, type: 'link', align: 'center', prompt: 'Homepage', hoverWidth: 65, linkText: '<i class="link" style="cursor: pointer;color: #000;"/>', canHide: false, canFilter: false, canSort: false},
but no tooltip is shown on hover. Is this desired behavior ? If so, then documentation should be corrected, as it currrently says for LinkItem's prompt (inherited from FormItem):
This text is shown as a tooltip prompt when the cursor hovers over this item.
I have ListGrid with fields. One of them I declared as:
{name: 't', title: ' ', width: 20, type: 'link', align: 'center', prompt: 'Homepage', hoverWidth: 65, linkText: '<i class="link" style="cursor: pointer;color: #000;"/>', canHide: false, canFilter: false, canSort: false},
but no tooltip is shown on hover. Is this desired behavior ? If so, then documentation should be corrected, as it currrently says for LinkItem's prompt (inherited from FormItem):
This text is shown as a tooltip prompt when the cursor hovers over this item.
Comment