dmanchikalapudi
2 Jun 2010, 12:09 PM
Currently, I have a QuickTip object and a grid linked to it.
QuickTip quickTip = new QuickTip(myGrid);
and an anchor
<a qtip='some text I want to display' />
I need to be able to do the same with Dialog instead of QuickTip and trigger the dialog onClick instead of onHover. Is this possible ? If I had to extend and customize, which class would that be ? how would I invoke the show() method of that widget from a native js onClick() method ?
QuickTip quickTip = new QuickTip(myGrid);
and an anchor
<a qtip='some text I want to display' />
I need to be able to do the same with Dialog instead of QuickTip and trigger the dialog onClick instead of onHover. Is this possible ? If I had to extend and customize, which class would that be ? how would I invoke the show() method of that widget from a native js onClick() method ?