bogc
Mar 09, 2013, 3:17 AM
In case someone else comes across this:
http://forums.ext.net/showthread.php?12090-CLOSED-Set-up-ImageCommand-tooltip-in-prepareCommand-javascript-function
but for Ext.Net 2.x, the solution is to use:
command.qtext = "your tooltip";
You can also use command.qtitle which will place a bold text above the tooltip text.
command.qtip doesn't seem to work anymore.
http://forums.ext.net/showthread.php?12090-CLOSED-Set-up-ImageCommand-tooltip-in-prepareCommand-javascript-function
but for Ext.Net 2.x, the solution is to use:
command.qtext = "your tooltip";
You can also use command.qtitle which will place a bold text above the tooltip text.
command.qtip doesn't seem to work anymore.