Set up ImageCommand tooltip in prepareCommand javascript function

  1. #1

    Set up ImageCommand tooltip in prepareCommand javascript function

    In case someone else comes across this:

    http://forums.ext.net/showthread.php...cript-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.
    Last edited by Daniil; Mar 11, 2013 at 3:56 PM. Reason: Please use [CODE] tags
  2. #2
    Thank you for sharing! Can we move it to Examples and Extras forum?
  3. #3
    Sure. I was going to ask the question but I answered myself, and I thought of posting it anyway just in case someone else needs this information.

Similar Threads

  1. Replies: 6
    Last Post: Mar 09, 2013, 4:58 AM
  2. [CLOSED] ImageCommand Tooltip
    By bayoglu in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 28, 2013, 3:43 PM
  3. Calling JavaScript function
    By UserClarion in forum 1.x Help
    Replies: 2
    Last Post: Dec 30, 2011, 10:23 AM
  4. [CLOSED] grid parameter is null for prepareCommand function in 1.0.
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 14, 2011, 7:47 AM
  5. How i can html of tooltip in javascript function
    By vucuongkg in forum 1.x Help
    Replies: 1
    Last Post: Jun 17, 2010, 4:05 PM

Posting Permissions