Add tip text dynamically to a slider
问题 In my project, I am trying to add the tip text (config) dynamically to a slider. How to do that? I need to add it dynamically because I am generating the array of variables in a "Controller", which holds the text for each value of the slider (for tip text). var slider = Ext.getCmp('slider') slider.setTipText(arrayOfVariables) //What should I do here instead? There is no such method like setTipText in docs. What should I use then? EDIT : { xtype:'slider', animate: false, //plugins: [Ext.create