Freeman35 Posted August 17, 2017 Posted August 17, 2017 Hello, How to use css on hint? Tunilabel and/or TuniEdit. Can any one share small example? Thank you. Quote
Sherzod Posted August 17, 2017 Posted August 17, 2017 Hi, With the standard "hint", I think it is not possible. But there are many other ways, for example like this: function beforeInit(sender, config) { config.inputAttrTpl = 'data-qtip="<b>New Hint</b>"'; } or function afterrender(sender, eOpts) { sender.tip = Ext.create('Ext.tip.ToolTip', { target: sender.el, html: '<span class="hintClass">New Hint</span>' }); } Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.