Hi everyone,
Could anyone suggest how to use CQ.Ext.slider.Tip ?
I've tried the next one.
I've written js file with the code: CQ.Ext.reg('slidertip', CQ.Ext.slider.Tip);
I've included this file.
Then I have the next structure:
N:cq:Widget
P:xtype:multislider
N:plugins
P:cq:WidgetCollection
N:cq:Widget
P:xtype: slidertip
And it does not work. When I remove "plugins" node the slider works fine. But with plugins node it does not work at all