How to embed widget code in Extjs?
Hi,
I'm no Javascript expert, and I need to embed the feedback widgets into our Extjs application.
Since I can't simply paste the html code, I need to add it as some Extjs element.
I've adding an image element like the following code, but what I get is the basic "Feedback" image, stuck in the middle of the page, without its background and it can't be clicked.
If anyone already encountered this, it would help a lot.
Here's the code I've tried:
{ xtype: 'image',
mode: 'element',
imgCls: 'widget-tab widget-tab-right w-round w-shadow',
alt: '',
src: 'http://mydomain.useresponse.net/public/logo/widget-text.png',
width: '15px',
listeners: {
tap: function() {
open("('widget', 'http://mydomain.useresponse.net/widget?type=feedback', 773, 405);");
}
}
}
Hello Amit,
Sorry, but we don't provide support on Free Packages. This could be seen on Pricing page.
Maybe someone from community would help you
Hello Amit,
Sorry, but we don't provide support on Free Packages. This could be seen on Pricing page.
Maybe someone from community would help you
Hello Amit,
Sorry, but we don't provide support on Free Packages. This could be seen on Pricing page.
Maybe someone from community would help you
Hello Amit,
Sorry, but we don't provide support on Free Packages. This could be seen on Pricing page.
Maybe someone from community would help you
Replies have been locked on this page!